Bug Opener Firefox

Examine source code of Bug Opener

제작자: Teal Dulcet
Inspect and view changes in Bug Opener source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bug Opener",
  "version": "1.3",
  "author": "Teal Dulcet",
  "description": "Open GitHub, GitLab, Bitbucket, Codeberg, Bugzilla, Phabricator and Jira bug/issue numbers.",
  "homepage_url": "https://github.com/tdulcet/Bug-Opener",
  "omnibox": {
    "keyword": "bug"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "icons": {
    "32": "icons/icon_32.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "contextMenus",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bugs@tealdulcet.com",
      "strict_min_version": "112.0"
    }
  }
}

최고의 Bug Opener 대안

다음은 Bug Opener과(와) 유사한 Firefox add-on입니다: