1 repo
Architectural patterns for coordinating state between isolated browser extension contexts.
Distinguishing note: Focuses on the orchestration of asynchronous messaging in extension environments.
Explore 1 awesome GitHub repository matching web development · Extension Messaging Systems. Refine with filters or upvote what's useful.
Vimium is a browser extension that provides a keyboard-driven interface for web navigation. By mapping standard text editor commands to browser interactions, it enables users to navigate web pages and interface elements without relying on a mouse or trackpad. The project functions as a customizable input mapper that intercepts low-level keyboard events at the document root. This allows users to override default browser shortcuts and define personalized command sequences to tailor their browsing workflow. The extension maintains consistent control across all browser environments, including res
Coordinates state between page scripts and background processes using asynchronous messaging.