By: 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"
}
} Best WebCompat to Bugzilla Alternatives
Here are some Firefox add-ons that are similar to WebCompat to Bugzilla:
bugzilla-to-webcompat
ksy36
Bugzilla Helper
Astley Chen
Bugzilla Data Collector
marco
Boogs
Stefan Arentz
BzHelper
Paul
Webcompat.com Reporter
Thomas Wisniewski
Good First Bugsify
sole
Report Webcompat Issue (unoffical)
igorlogius
BMO-Share
Pascal Chevrel
Bugzilla++
Raphaël Mall
Jira Bugzilla Sync Companion
Mossop
BugzillaJS: Open all in Tabs
philipp-sumo