Showing 41 open source projects for "context-shredder"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Restfox

    Restfox

    Offline-first web HTTP client

    Offline-first web HTTP client. Package available through snap can be installed using sudo snap install restfox. There are precompiled binaries in the releases page.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 2
    Web Archives

    Web Archives

    Browser extension for viewing archived and cached versions of websites

    ...When you grant access only to the current website, access must also be granted to each search engine in order to view search results. A handful of search modes are offered that serve different use cases. The search mode can be set independently for the context menu and the browser toolbar from the extension's options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BeEF

    BeEF

    The browser exploitation framework project

    ...Amid growing concerns about web-borne attacks against clients, including mobile clients, BeEF allows the professional penetration tester to assess the actual security posture of a target environment by using client-side attack vectors. Unlike other security frameworks, BeEF looks past the hardened network perimeter and client system, and examines exploitability within the context of the one open door: the web browser. BeEF will hook one or more web browsers and use them as beachheads for launching directed command modules and further attacks against the system from within the browser context.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    SingleFile

    SingleFile

    Web Extension for saving a copy of complete web page in a single file

    ...Wait until the page is fully loaded. Click on the SingleFile button in the extension toolbar to save the page. You can click again on the button to cancel the action when processing a page. Open the context menu by right-clicking the SingleFile button in the extension toolbar or on the webpage. It allows you to save the current tab, the selected content, the selected frame. With auto-save active, pages are automatically saved every time after being loaded (or before being unloaded if not). Right-click on the SingleFile button and select "Manage extension" (Firefox) / "Options" (Chrome) to open the options page.
    Downloads: 13 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    ClearURLs

    ClearURLs

    ClearURLs is an add-on based on the new WebExtensions technology

    ClearURLs is an add-on based on the new WebExtensions technology and is optimized for Firefox and Chrome-based browsers. This extension will automatically remove tracking elements from URLs to help protect your privacy when browsing through the internet. For this purpose, we use a large catalog of rules, which is actively maintained by us and the community. Many websites use tracking elements in the URL to mark your online activity. All that tracking code is not necessary for a website to be...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Playwright Skill for Claude Code

    Playwright Skill for Claude Code

    Claude Code Skill for browser automation with Playwright

    ...The system supports a wide range of use cases, including testing web applications, validating user interfaces, automating workflows, and extracting data from websites. One of its key advantages is its ability to generate custom Playwright code tailored to each request, allowing flexible and context-aware automation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Search by Image

    Search by Image

    Browser extension for reverse image search, available for Chrome

    ...Search by Image is also popular among photographers, helping artists explore how their work is shared on the web, while shoppers find it valuable for discovering similar products at discounted prices. The extension enables you to search for images from the context menu and the browser toolbar with the help of a diverse set of reverse image search engines, which can be toggled and reordered from th
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    SPX

    SPX

    A simple & straight-to-the-point PHP profiling extension

    ...Using a dedicated browser extension or command line launcher. Multi metrics capable: 22 are currently supported (various time & memory metrics, included files, objects in use, I/O...). Able to collect data without losing context. For example Xhprof (and potentially its forks) aggregates data per caller / callee pairs, which implies the loss of the full call stack and forbids timeline or Flamegraph based analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tree Style Tab

    Tree Style Tab

    Tree Style Tab, Show tabs like a tree.

    This extension to Firefox provides the ability to work with tabs as "trees". New tabs opened from the current tab are automatically organized as "children" of the current tab. Such "branches" are easily folded (collapsed) by clicking on the arrow shown in the "parent" tab, so you no longer need to suffer from too many visible tabs. If you want, you can restructure the tree via drag and drop. Such a tree of tabs will behave like a visual browsing history for you. For example, if you see a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    elFinder
    elFinder is a file manager for web similar to that you use on your computer. Written in JavaScript using jQuery UI, it just work's in any modern browser. Its creation is inspired by simplicity and convenience of Finder.app program used in Mac OS X.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ClassHidra

    ClassHidra

    ClassHidra Java open-source MVC (ModelViewController).CDI & EJB. REST

    ClassHidra, Java-base MVC Support: - CDI ( context dependency injection ) - @SessionScoped, @ApplicationScoped; - EJB (enterprise java bean) map action/form as @Stateless, @Stateful, @Singleton; - Spring (4.*) map action/form as @Component; - RESTful (alfa) Demo - Google AppEngine - https://classhidra4ape-hrd.appspot.com/ GitHub - https://github.com/surban1974/classhidra Maven dependencies - https://github.com/surban1974/classhidra/blob/master/README.md
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    csv-parser

    csv-parser

    Streaming csv parser inspired by binary-csv that aims to be faster

    ...The parser handles standard CSV semantics including quoted fields, variable delimiters, escape sequences, and optional headers; this makes it robust for a variety of CSV dialects you might encounter. Because it works incrementally (row by row), it is well suited for ETL pipelines, data ingestion workflows, CSV-to-database imports, or any context where you need to process or transform large tabular data in Node.js efficiently. Using the .on('data') / .on('end') (or equivalent async patterns), you can accumulate, filter, transform, or stream data further downstream without waiting for the whole file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AWS Greengrass Core SDK for JavaScript
    The AWS Greengrass Core SDK for JavaScript allows developers to write JavaScript Lambda functions that will run within Greengrass. This document provides instructions for preparing your Greengrass Core environment to run Lambda functions written in JavaScript. It also includes examples on how to develop a Lambda function in JavaScript as well as packaging and running an example Hello World file in JavaScript for your Greengrass core. The environment where Greengrass is running on needs to be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Firemarks

    Firemarks

    Search through your bookmarks with a popup from your address bar

    Quick search of bookmarks and more..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    BetterOneTab

    BetterOneTab

    A better OneTab for Chrome

    ...Expect to store all tabs from a window, you can also just store the tabs you selected. Better Onetab still provides the ability to store all tabs, store left or right tabs, and any others. And you can also use it from the context menu. Samely, you can also use "pin list" to keep a list that will not be removed, set the title of a list or drag to change the order of tabs. Even you can set the color of a list in the new version. You can change the "Behavior when icon is clicked" in the options page and enable or disable "simple popup list".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Inspector Tool

    Inspector Tool

    Firebug Lite Beta for Google Chrome and Opera Browser

    ...Main features: - Same look and feel as Firebug - Inspect HTML and modify style in real-time - JavaScript Console with autocomplete code (tab, shift+tab) - Rich representation of DOM elements - Live editing CSS rules and properties - Elements are selected on-the-fly while using the Inspect tool again activatable in context menu ======= Using it in this Chrome extension: http://bit.ly/1NiErH5
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Vimperator-labs
    Writing efficient user interfaces is the main maxim, here at Vimperator labs. We often follow the Vim way of doing things, but extend its principles when necessary. Towards this end, we’ve created the liberator library for Mozilla-based applications, to encapsulate as many of these general principles as possible, and liberate developers from the tedium of reinventing the wheel.´Vimperator is a Firefox browser extension with strong inspiration from the Vim text editor, with a mind towards...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Posh portal (ex Portaneo)

    Posh portal (ex Portaneo)

    Your social Netvibes !

    POSH is a social PHP widget portal, web-based content and RSS feed reader, customizable and compliant with Netvibes. Usable in an educational, associative or enterprise intranet context.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Hippo CMS

    Hippo CMS

    Hippo CMS is a Java based, Open Source Web Content Management platform

    ...Next to creating and editing content, Hippo CMS enables webmasters to create new channels or configure existing page templates using its channel manager and template composer. Using the Relevance Module, specific content can be targeted at specific visitors based on the visitor’s current context, past personal history and matching personas created by the marketing team.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Roxy Fileman

    Web file manager

    Free file browser for CKEditor and TinyMCE. Can be used in any web application. Ready for use with ASP .NET and PHP - all scripts are included. User unterface completely separated from the server side logic. Language independant server side scipts - can be implemented in any programming language - PHP, ASP .NET, Python etc. Latest versions is available at http://www.roxyfileman.com/download
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Musichspeler

    Musichspeler

    a web based audioplayer

    In times of html5, ajax, css3 and more it's not necessary using flash applications or streaming services anymore. With this project I'm trying to create a web based audioplayer that can handle large music collections and that is usable with a dynamic playlist which can be edited while listening to music without refreshing the page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Scrawl.js

    Scrawl.js

    For the handling and manipulation of the HTML5 <canvas> element

    A JavaScript library which adds an API for handling and manipulating HTML5 <canvas> elements in the DOM. Uses the '2d' context with each canvas element. On starting, Scrawl.js investigates the HTML DOM and automatically creates controller and wrapper objects for each <canvas> element it finds. Can also generate visible canvas elements programatically, and add them to the DOM. Users create sprite and gradient objects using scrawl factory functions, set their styling and position, and render them onto the canvas element. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Offiria Community

    Offiria Community

    Offiria Comm. is the leading open source enterprise social network.

    Offiria Community is a robust open source enterprise social networking platform and software for anyone interested in running their very own private social network for their organization. Offiria is fully mobile compatible via mobile browsers on Android and iOS. Offiria is based on the Joomla! framework and not a Joomla! based component. It works as a standalone software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Contextual Scrolling Silverstripe Module

    Silverstripe module for contextual scrolling in long vertical pages

    * Installation - Unpack the files in a folder called contextualscroll - Run dev/build * Usage - At the CMS add a new page of "Contextual Scroll Holder" type - At the main tab you can set font-size, height, width, padding, margin-bottom and background-color for the children pages - Add pages below the the Contextual Scroll Holder - All pages are displayed once with the vertical contextual scroll bar showing their names
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The first 3d search engine for text. Javascript only. Work in all browsers. Ajax downloads new words (and links between them) as you move mouse to control AI to learn what you're looking for (in context) and put it on screen. Includes Wikipedia data
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB