arya2004/cmt-autofill

Add an Options Page for Configuration

オープン

#16 opened on 2025/10/02

 (2 件のコメント) (0 件のリアクション) (2 人の担当者)JavaScript (11 件のフォーク)auto 404
good first issuehacktoberfesthacktoberfest-acceptedhtmljavascript

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド