arya2004/cmt-autofill

Add an Options Page for Configuration

Aperta

#16 aperta il 2 ott 2025

 (2 commenti) (0 reazioni) (2 assegnatari)JavaScript (11 fork)auto 404
good first issuehacktoberfesthacktoberfest-acceptedhtmljavascript

Metriche repository

Star
 (6 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Create an options page (browser-accessible) for configuring extension settings, like the number of profiles.

How to do it:

  1. Create extension/options.html and extension/options.js.

  2. In manifest.json, register the options page:

    "options_page": "extension/options.html",
    
  3. Implement settings UI (for now, a text box for naming profiles, or a dropdown for how many profiles to use).

Guida contributor