提供元: ksy36
Inspect and view changes in bugzilla-to-webcompat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Adding a button to bugzilla ui allowing to move a bug to webcompat.com",
"manifest_version": 2,
"name": "bugzilla-to-webcompat",
"version": "1.1",
"homepage_url": "https://github.com/webcompat/bugzilla-to-webcompat",
"icons": {},
"permissions": [
"tabs",
"activeTab",
"https://bugzilla.mozilla.org/show_bug.cgi?id=*",
"https://bugzilla.allizom.org/show_bug.cgi?id=*",
"https://staging.webcompat.com/*",
"https://webcompat.com/*",
"https://product-details.mozilla.org/*"
],
"content_scripts": [
{
"matches": [
"https://bugzilla.mozilla.org/show_bug.cgi?id=*",
"https://bugzilla.allizom.org/show_bug.cgi?id=*"
],
"js": [
"module_shim.js",
"utils.js",
"moveToWebcompat.js"
],
"css": [
"moveToWebcompat.css"
]
}
]
} ベストのbugzilla-to-webcompat代替案
bugzilla-to-webcompatに類似したFirefox add-onをいくつか紹介します:
WebCompat to Bugzilla
Eric Tsai
Move to Bugzilla.
Agi Sferro
rob-bugson
Will Kahn-Greene
Webcompat.com Reporter
Thomas Wisniewski
Bugzilla Triage Helper
Emma Humphries
Boogs
Stefan Arentz
Github List Bugzilla Bugs
Paul McLanahan
Meta Bugs
Nicolas B. Pierron
BugzillaJS - Tweaks for Bugzilla
Gregory Koberger
BzHelper
Paul
Report Webcompat Issue (unoffical)
igorlogius
Bugzilla Links in Gmail
Andreas Wagner