JavaScript, HTML, and CSS options page starter for Chrome extensions
Options page template for Chrome extensions built with plain JavaScript, HTML, and CSS. It provides a UI scaffold for managing settings, examples of persisting preferences via chrome.storage, and patterns for communicating with background scripts; suitable for extensions that need a customizable options interface.
0