Inspect and view changes in Bugzilla Whiteboard Autofill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Bugzilla Whiteboard Autofill",
"version": "1.0.1",
"description": "Toggle predefined tags in and out of the Bugzilla Whiteboard field with one click.",
"browser_specific_settings": {
"gecko": {
"id": "bugzilla-whiteboard-autofill@mozilla.local",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"storage"
],
"host_permissions": [
"https://bugzilla.mozilla.org/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://bugzilla.mozilla.org/show_bug.cgi*",
"https://bugzilla.mozilla.org/enter_bug.cgi*"
],
"js": [
"defaults.js",
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} Best Bugzilla Whiteboard Autofill Alternatives
Here are some Firefox add-ons that are similar to Bugzilla Whiteboard Autofill:
Bugzilla Triage Helper
Emma Humphries
BugzillaJS - Tweaks for Bugzilla
Gregory Koberger
Bugzilla Helper
Astley Chen
Meta Bugs
Nicolas B. Pierron
Bugzilla++
Raphaël Mall
Bug Report Template
Daniel Davis
Boogs
Stefan Arentz
Bugzilla Automatic Comment from Status
pdulvp
Bugzilla Data Collector
marco
bugzilla-to-webcompat
ksy36
Bugzilla Links in Gmail
Andreas Wagner
Must Prioritize
upsuper