Inspect and view changes in Bugify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Bugify",
"version": "1.0.1",
"description": "A chrome extension inspired from pesticide. It also helps in highlighting divs and debugging. When clicked once the extension starts, on second click the extension reloads. So to remove the extension's effect after the extension is turned on, click the extension icon once and reload the page.",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"bugify.js"
],
"persistent": false
},
"permissions": [
"activeTab"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{a3425b2a-0d38-46fd-90cc-b9962839ef22}"
}
}
} 最佳 Bugify 替代方案
这里是一些与Bugify类似的Firefox add-on:
Pesticide (without hover bar)
Wasawin
Css Debug with Pesticide CSS
Rob
Insecticide for Firefox
MB
Pesticide for Firefox
Xenfo
Hoverify: All-in-one extension for web developers
Hoverify
Layout Debugger
CakhiaTV
FicusJS devtools
Ficus
Pesticide, for Firefox
Daniel Oshiro
Xdebug Helper for Firefox
BrianGilbert_
Pesticide
Six
Good First Bugsify
sole
DBG debugger toolbar
oschnicke