WebCompat to Bugzilla Firefox

Examine source code of WebCompat to Bugzilla

Par : Eric Tsai
Inspect and view changes in WebCompat to Bugzilla source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebCompat to Bugzilla",
  "version": "1.4",
  "description": "WebExtension helps you copy a webcompat issue to bugzilla bug.",
  "homepage_url": "https://github.com/MDTsai/webcompat-to-bugzilla",
  "browser_action": {
    "default_icon": {
      "19": "icons/icon32.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    },
    "default_title": "WebCompat to Bugzilla",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/webcompat/web-bugs/issues/*"
      ],
      "exclude_matches": [
        "https://github.com/webcompat/web-bugs/issues/"
      ],
      "js": [
        "content_scripts/goto_webcompat.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "https://webcompat.com/",
    "https://www.webcompat.com/",
    "https://bugzilla.mozilla.org/",
    "https://api.github.com/repos/webcompat/web-bugs/issues/",
    "webRequest",
    "storage"
  ],
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  }
}

Meilleures alternatives WebCompat to Bugzilla

Voici quelques Firefox add-ons qui sont similaires à WebCompat to Bugzilla :