提供元: Ethan Liu
Inspect and view changes in Location Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Location Switcher",
"version": "1.4.4",
"description": "Switching between development and production sites.",
"homepage_url": "https://github.com/ethanliu/location-switcher-addon",
"content_security_policy": {
"extension_pages": "default-src 'self'"
},
"icons": {
"48": "icons/default.svg",
"96": "icons/default.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "location-switcher-addon@creativecrap.com",
"strict_min_version": "109.0"
}
},
"permissions": [
"tabs",
"storage"
],
"page_action": {
"default_icon": "icons/default.svg",
"default_popup": "/popup/popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"_execute_page_action": {
"description": "Trigger the default action"
}
}
} ベストのLocation Switcher代替案
Location Switcherに類似したFirefox add-onをいくつか紹介します:
Location Switcher - Advanced
Ethan Liu
Site Switcher
Markus Popp
localivelize
Wildan M Zaki
Domain Swap
Coherent Cache
Host Switcher
luminousherbs
Env Switcher
dportalesr
Domain Switcher
ziqia
Switch between http-S
GarryW
Environment Switcher
Exobytelabs
SySwitch
Gian Klug
Map Switcher
JH
Live <-> Dev swapper
Dominik H.