Inspect and view changes in EnvSwitcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Environment Switcher",
"version": "1.1",
"description": "Switch between development and production environments with visual indicators",
"permissions": [
"storage",
"tabs",
"<all_urls>"
],
"background": {
"scripts": [
"js/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/content.js"
],
"css": [
"css/content.css"
]
}
],
"commands": {
"switch-environment": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Switch between environments"
}
},
"options_ui": {
"page": "html/options.html",
"open_in_tab": true
},
"browser_action": {
"default_popup": "html/popup.html",
"default_icon": {
"16": "images/icon_16x16.png",
"48": "images/icon_48x48.png",
"128": "images/icon_128x128.png"
}
},
"icons": {
"16": "images/icon_16x16.png",
"48": "images/icon_48x48.png",
"128": "images/icon_128x128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "environment-switcher@example.com",
"strict_min_version": "58.0"
}
}
} Meilleures alternatives EnvSwitcher
Voici quelques Firefox add-ons qui sont similaires à EnvSwitcher :
Environment Switcher
Exobytelabs
Project Environment Switcher
jarnedel
Dev Environment Switcher
bgxz
ENV Switcher
bmadjic
Env Switcher
dportalesr
EnvAwareness
Igor Araújo
Microsoft Dynamics Environment Switcher
MNamchi090475
Dynamics Environment Switcher
Kuynhvan
Environment Switch
Senthil Ponnusamy
localivelize
Wildan M Zaki
Environment Switcher
John
Domain Switcher
ziqia