arya2004/cmt-autofill

Add an Options Page for Configuration

Open

#16 opened on Oct 2, 2025

 (2 comments) (0 reactions) (2 assignees)JavaScript (11 forks)auto 404
good first issuehacktoberfesthacktoberfest-acceptedhtmljavascript

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

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).

Contributor guide