By: jarnedel
Inspect and view changes in Project Environment Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Environment Switcher",
"description": "Switch between different environments and languages with ease",
"version": "1.0.10",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png",
"512": "icon512.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting",
"history",
"http://*/*",
"https://*/*"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+E",
"mac": "Command+E"
},
"description": "Open Environment Switcher"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Env Switcher",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end",
"js": [
"content-scripts/content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "env-switcher@example.com",
"strict_min_version": "112.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Project Environment Switcher Alternatives
Here are some Firefox add-ons that are similar to Project Environment Switcher:
Environment Switcher
Exobytelabs
EnvSwitcher
tslava
ENV Switcher
bmadjic
Environment Switcher
John
Microsoft Dynamics Environment Switcher
MNamchi090475
Environment switcher
NickMous
SwitchEnv
Lluís Gili
Switchalot
OO
Environment Cookie/LocalStorage Switcher
Chevreuse
Environments keeper
Islam Farg
Dev Environment Switcher
bgxz