提供元: Krasin
Inspect and view changes in Proxy toggle with keybind source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "System Proxy toggle with keybind",
"version": "1.0",
"description": "Switches between system proxy and direct connection",
"permissions": [
"proxy",
"storage"
],
"browser_specific_settings": {
"gecko": {
"strict_min_version": "91.1.0",
"id": "{6878db6f-1f3c-420a-8de9-7a6d2af01e58}"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon-system16.png",
"64": "icon-system64.png",
"128": "icon-system128.png"
}
},
"icons": {
"16": "icon-system16.png",
"64": "icon-system64.png",
"128": "icon-system128.png"
},
"commands": {
"toggle-proxy": {
"suggested_key": {
"default": "Alt+J",
"mac": "Command+Alt+J"
},
"description": "Toggle between system proxy and direct connection"
}
}
} ベストのProxy toggle with keybind代替案
Proxy toggle with keybindに類似したFirefox add-onをいくつか紹介します:
Proxy Toggle
Ben
Proxy Toggle
Richard West
Proxy Toggle
Chlorite
Proxy Switcher
DaeeHamid
Proxy Toggle Switcher FF
f0ck1
Switcher - A Powerful Proxy Manager
vheidari
Proxy Toggle
ipuig
LeProxy Switcher
rmrf99
Proxy Toggle Dark Mode
Trey Yang
Toggle Proxy WebExt
defkev
Proxy Navbar Shortcut
Private Citizen
Proxy Switcher and Manager
tlintspr