Searchable Select tag Firefox

Examine source code of Searchable Select tag

Inspect and view changes in Searchable Select tag source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Universal Select Search",
  "version": "1.0",
  "description": "모든 웹사이트의 선택 박스를 검색 가능하게 만들어주는 확장 프로그램 | Makes all select dropdowns searchable",
  "icons": {
    "16": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  },
  "permissions": [
    "<all_urls>",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "content.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "seojihyuk26@gmail.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Searchable Select tag Alternatives

Here are some Firefox add-ons that are similar to Searchable Select tag: