제작자: Jonas L. Jensen Add-on
Inspect and view changes in EnvGuard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "EnvGuard",
"version": "1.0.0",
"description": "Visually flags whether a site is dev or production so you never mix them up.",
"icons": {
"16": "icons/icon.svg",
"32": "icons/icon.svg",
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"background": {
"scripts": [
"src/shared/storage.js",
"src/background.js"
]
},
"action": {
"default_popup": "src/popup/popup.html",
"default_icon": {
"16": "icons/icon.svg",
"32": "icons/icon.svg",
"48": "icons/icon.svg",
"96": "icons/icon.svg"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/shared/storage.js",
"src/content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "{e1e5d989-5f62-4e2a-a11a-8d6b40505f2d}",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
}
} 최고의 EnvGuard 대안
다음은 EnvGuard과(와) 유사한 Firefox add-on입니다:
Enviro-Shade
NKoeppe
Env Switcher
Ravi
Am I doing this in Prod ?
FloraGC
Prod Guard
dotboris
EnvMate
knktc
Environment Favicon Switcher
Thomas
Env Border
jmason87
Environment Marker
Environment Marker
EnvAwareness
Igor Araújo
Environment Indicator
Skilldus
EnvSwitcher
tslava
Environment Highlighter
Emiel Hemminga