Options on My Selector

Options on My Selector

Exports dropdown lists on a page to a text file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "Exports dropdown lists on a page to a text file.",
  "name": "Options on My Selector",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "main.js"
  },
  "action": {
    "default_icon": "assets/edit-select-all_48.png",
    "default_title": "Options on My Selector"
  },
  "icons": {
    "16": "assets/edit-select-all_16.png",
    "24": "assets/edit-select-all_24.png",
    "32": "assets/edit-select-all_32.png",
    "48": "assets/edit-select-all_48.png"
  },
  "version": "0.3.3"
}