2 个仓库
Development of browser add-ons using the WebExtensions standard API for managing browser features.
Distinct from WebExtensions API Runtimes: Candidates focus on runtimes or unrelated add-ons; a dedicated development tag is needed for the API usage.
Explore 2 awesome GitHub repositories matching web development · WebExtensions API Development. Refine with filters or upvote what's useful.
This project is a reference library and collection of practical code samples for building browser extensions using WebExtensions APIs. It provides implementation guides and functional examples for core extension components, including content scripts, background processes, and browser action popups. The repository focuses on demonstrating specific implementation patterns for browser UI customization and web page manipulation. It includes samples for creating sidebars, context menus, and options pages, as well as techniques for injecting scripts and styles to alter DOM elements and page appeara
Serves as a comprehensive reference library for building browser extensions using standard WebExtensions APIs.
Tab-Session-Manager is a browser extension designed to capture, organize, and restore window and tab configurations. It functions as a utility for maintaining workflow continuity by serializing the state of open browser sessions into structured data, which is then stored locally to ensure availability across browser restarts. The extension distinguishes itself through automated background orchestration, which monitors browser lifecycle events to trigger state snapshots without requiring manual intervention. It supports the preservation of complex tab group structures, ensuring that categorize
Captures and manages browser tab configurations using the standard WebExtensions API for cross-browser compatibility.