Inspect and view changes in phab-test-policy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Adding Test Policy UI to Phabricator",
"manifest_version": 2,
"name": "phab-test-policy",
"version": "1.6",
"homepage_url": "https://github.com/nchevobbe/phab-test-policy",
"icons": {},
"permissions": [
"tabs",
"webRequest",
"https://phabricator.services.mozilla.com/D*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://phabricator.services.mozilla.com/D*"
],
"js": [
"test-policy.js"
]
}
],
"applications": {
"gecko": {
"strict_min_version": "78.0",
"id": "{33d43318-bde8-4b88-9658-4b89629dbc4e}"
}
}
} Best phab-test-policy Alternatives
Here are some Firefox add-ons that are similar to phab-test-policy:
Phab Comments Hider
Paul
phab-try
Lars Eggert
phabrinter
arai_a
Review Helper
Suhaib Mujahid
A test extension
William Durand 🌟
Meta Bugs
Nicolas B. Pierron
Phabricator in Bugzilla
Tom Schuster
MDN documentation linter
MDN
Webcompat.com Reporter
Thomas Wisniewski
Nightly Tester Tools
Automation Development
Gecko Code Coverage
marco
CSP Tester
oxdef