提供元: WLW
Inspect and view changes in Dev Env Marker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Dev Env Marker",
"version": "1.1.2",
"description": "Adds prefix to tabs based on regular expressions.",
"permissions": [
"tabs",
"storage",
"<all_urls>"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"background": {
"scripts": [
"consts.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "envmarker@wawro.eu",
"strict_min_version": "67.0"
}
}
} ベストのDev Env Marker代替案
Dev Env Markerに類似したFirefox add-onをいくつか紹介します: