Showing 66 open source projects for "easy"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Buster

    Buster

    Captcha solver extension for humans

    Save time by asking Buster to solve captchas for you. Buster is a Firefox extension which helps you to solve difficult captchas by completing reCAPTCHA audio challenges using speech recognition. Challenges are solved by clicking on the extension button at the bottom of the reCAPTCHA widget. It is not guaranteed that challenges are always solved, the limitations of the technology need to be considered. The continued development of Buster is made possible thanks to the support of awesome...
    Downloads: 56 This Week
    Last Update:
    See Project
  • 2
    Mercury Browser

    Mercury Browser

    Privacy-focused web browser fork of Firefox

    Mercury Browser is an optimized, privacy-focused web browser that is a fork of Mozilla Firefox. It incorporates compiler optimizations such as AVX, AES, LTO, and PGO to enhance performance and security. With features derived from projects like LibreWolf, Waterfox, and Ghostery, Mercury disables telemetry and debugging elements by default, ensuring a more private browsing experience. It also includes usability patches that bring back features like the classic top bar and supports unsigned...
    Downloads: 50 This Week
    Last Update:
    See Project
  • 3
    jQuery Validation Plugin

    jQuery Validation Plugin

    jQuery Validation Plugin library sources

    The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy. This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    Puppeteer

    Puppeteer

    Headless Chrome Node.js API

    Puppeteer is a headless Node library that provides a high level API for controlling Chromium or Chrome over the DevTools protocol. It requires zero setup and comes bundled with the Chromium version most suited to it. Puppeteer is headless by default, making it fast to run. However, it can also be set to run full or non-headless Chrome or Chromium, simply set the headless option when launching a browser. Many of the things you can do manually in the browser, you can also do with Puppeteer...
    Downloads: 10 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 5
    jqGrid

    jqGrid

    jQuery grid plugin

    ...Trirand specializes in the development of web components and embraces free and open standards like jQuery, ThemeRoller, & jQuery UI. Tony got the idea for jqGrid when he needed an easy way to represent database information in a project. The first requirement was speed and the second, was independence from server-side technology and the database backend.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    Betterfox

    Betterfox

    Firefox user.js for optimal privacy and security

    Betterfox is an opinionated configuration profile for Mozilla Firefox designed to improve everyday web browsing by making the browser faster, more private, and more secure without relying on external add-ons or third-party code. Rather than being a separate browser, it consists of a curated set of preference tweaks (user.js settings) that users apply to their Firefox profile to optimize performance and harden privacy settings. The project focuses on a minimal-impact, maximum-effect approach,...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    MetaMask

    MetaMask

    Mobile web browser providing access to websites that use the Ethereum

    MetaMask is a mobile wallet that provides easy access to websites that use the Ethereum blockchain. A crypto wallet & gateway to blockchain apps. Start exploring blockchain applications in seconds. Trusted by over 30 million users worldwide. Available as a browser extension and as a mobile app, MetaMask equips you with a key vault, secure login, token wallet, and token exchange—everything you need to manage your digital assets.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Loki

    Loki

    Visual Regression Testing for Storybook

    ...With react-native it's now possible to target multiple platforms with a single code base, but there's no single tool to test all to my knowledge. Loki aims to have easy setup, no to low maintenance cost, reproducible tests independent of which OS they are run on, runnable on CI, and support all platforms storybook does.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    jstree

    jstree

    jquery tree plugin

    ...It is absolutely free, open-source and distributed under the MIT license. jsTree is easily extendable, themable and configurable, it supports HTML & JSON data sources and AJAX loading. jsTree functions properly in either box-model (content-box or border-box), can be loaded as an AMD module, and has a built in mobile theme for responsive design, that can easily be customized. It uses jQuery's event system, so binding callbacks on various events in the tree is familiar and easy. Themes can be autloaded too, but it is best for performance to include the CSS file. jsTree requires 1.9.0 or greater in your webpage. You can use a CDN version or include a local copy. Once the DOM is ready you can start creating jstree instances. jsTree uses events to notify you when something changes while users (or you) interact with the tree.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 10
    browserify

    browserify

    browser-side require() the node.js way

    Browserify lets you require('modules') in the browser by bundling up all of your dependencies. Browsers don't have the require method defined, but Node.js does. With Browserify you can write code that uses require in the same way that you would use it in Node. Install the uniq module with npm. Now recursively bundle up all the required modules starting at main.js into a single file called bundle.js with the browserify command. Browserify parses the AST for require() calls to traverse the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Safe Exam Browser
    Safe Exam Browser is a webbrowser-environment to carry out online-exams safely. The software changes any computer into a secure workstation. It regulates the access to any utilities and prevents students from using unauthorised resources.
    Leader badge
    Downloads: 151,491 This Week
    Last Update:
    See Project
  • 12
    Modern Browser Homepage

    Modern Browser Homepage

    A customizable "new tab" page for Firefox.

    A customizable and modern "new tab" page for Firefox. Have you ever wanted to use your own background image in your Firefox homepage? This extension allows you to do that, while keeping the easy access to your bookmarks and a sleek look.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CAPTCHA Solver for Chrome - CAPTCHAs.IO

    CAPTCHA Solver for Chrome - CAPTCHAs.IO

    The fastest and most stable captcha solving service API provider!

    ...The extension will automatically detect captchas with in the page but you will have to select the correct CAPTCHA IMAGE and the correct CAPTCHA FIELD then REFRESH the browser for the service to solve the captcha automatically. That's how easy it is... Visit https://captchas.io/ to create an account and get an API key for free. How to Install 1. Download the .zip file of **CAPTCHAs.IO Extension** https://sourceforge.net/projects/captchas-io/files/latest/download 2. Unzip the downloaded .zip file. 3. Go to your Chrome browser's "**Customize & control Google Chrome**" at the uppermost right hand corner. 4. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    egg-mongoose
    Egg Mongoose is a plugin for integrating Mongoose with the Egg.js framework, enabling MongoDB connectivity and schema management in Egg.js applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Yomichan

    Yomichan

    Japanese pop-up dictionary extension for Chrome and Firefox

    ...Support for multiple dictionary formats including EPWING via the Yomichan Import tool. Automatic note creation for the Anki flashcard program via the AnkiConnect plugin. Clean, modern code makes it easy for developers to contribute new features.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    vue-i18n

    vue-i18n

    Internationalization plugin for Vue.js

    You can introduce internationalization into your app with simple API. In addition to simple translation, support localization such as pluralization, number, datetime, etc. You can manage locale messages on single file component. Vue I18n is internationalization plugin of Vue.js. It easily integrates some localization features to your Vue.js Application. You can translate with pluralization. You must define the locale that have a pipe | separator, and define plurals in pipe separator. Such...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    nightTab

    nightTab

    A neutral new tab page accented with a chosen colour

    ...This means nightTab will not request browser permissions. Aim to make everything on the user interface, within reason, customizable. Aim to make the user experience easy while supporting the above. Keep nightTab open source. Sharing the look and feel of one Bookmark to another can be achieved when editing a single Bookmark. The Bookmark edit modal has three options to copy settings to other Bookmarks. These checkboxes can be found at the bottom of the Visual & Name, Layout and Theme tab. Development and testing is only conducted on Chrome and Firefox. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    Sass

    Sass

    An extension of CSS, adding nested rules, variables, mixins and more

    Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. Sass is completely compatible with all versions of CSS. We take this compatibility seriously, so that you can seamlessly use any available CSS libraries. Sass boasts more features and abilities than any other CSS extension language out there. The Sass Core Team has worked endlessly to not only keep up, but stay ahead. Sass has been actively supported for over 14 years by its loving Core...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Vue-Lazyload

    Vue-Lazyload

    A Vue.js plugin for lazyload your Image or Component in your app

    Vue module for lazyloading images in your applications. Some of goals of this project worth noting include being lightweight, powerful and easy to use, work on any image type, add loading class while image is loading. It supports both of Vue 1.0 and Vue 2.0. You can configure which events you want vue-lazyload by passing in an array of listener names. This is useful if you are having trouble with this plugin resetting itself to loading when you have certain animations and transitions taking place. use Intersection Observer to to improve performance of a large number of nodes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Beaker Browser

    Beaker Browser

    An experimental peer-to-peer Web browser

    ...Beaker works through a new peer-to-peer network called Hypercore Protocol, which allows other Beaker users to access these websites with no servers necessary. This is great for settings like offices and classrooms where you'd need an easy way to share a website without having to set up servers or even touch the command line.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    React Hot Loader

    React Hot Loader

    Tweak React components in real time

    ...The easiest and fastest option to use React Hot Loader with Webpack is to use webpack-dev-server with --hot CLI option. If you’re only rendering on the client side but you have to use some custom node server, this is still an easy option. You can simply copy server.js from the official boilerplate into your project. The important part of the configuration is that when you create a new WebpackDevServer, you need to specify hot: true as an option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A11yWidget

    A11yWidget

    Accessibility Toolbox

    ## Accessibility Widget - v0.3 It is a simple accessibility add-on for browser Firefox without dependencies that allows users with disabilities easy and convenient way to browse most websites ### Supported Languages English by default, Hebrew and Russian. These languages ​​are auto-detected by the browser ### Future implementations - Option page to set position of widget and I hope many other interesting components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Saka Key

    Saka Key

    A keyboard interface to the web

    ...Map keyboard keys to browser tasks like scrolling, clicking links, switching, moving, closing, muting, and refreshing tabs, zooming, and navigating pages. Keyboard shortcuts are flexible, powerful, and easy to customize. Saka Key lets you easily switch between shortcut profiles (e.g. left hand, right hand, default, Vimium), and lets you import and export your settings.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    Opena11y

    Opena11y

    Use Tota11y everywhere to maximize accessibility.

    Opena11y is add-on for browser Firefox, is based on Tota11y js library for doing some easy fixes to make your webpages more accessible. Release 0.9.6 - 20/08/2020 - Updated all tota11y library definitions
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Checky is an easy to use interface to many online validation and analysis services. Validate, analyze and view documents containing HTML, XHTML, CSS, RDF, RSS, XML, P3P, hyperlinks and metadata. Check Section 508 and WAI compliance of your documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next