Proxy Pac Switcher
This extensions simplifies the process of setting up a proxy.
什麼是Proxy Pac Switcher?
Proxy Pac Switcher是由sura.kh開發的Chrome擴展程式,該擴展的主要功能是“This extensions simplifies the process of setting up a proxy.”。
擴展截圖
下載Proxy Pac Switcher擴展crx文件
下載Proxy Pac Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text.
擴展基本資訊
名稱 | Proxy Pac Switcher |
ID | dcokccgklilfbehagkdnmlpcdonfopeh |
官方網址 | https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh |
簡介 | This extensions simplifies the process of setting up a proxy. |
檔案大小 | 3.68 MB |
安裝次數 | 399 |
目前版本 | 0.2.0 |
更新時間 | 2023-10-16 |
上架時間 | 2020-12-21 |
評分 | 5.00/5 共 2 次評分 |
開發者 | sura.kh |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sura0111/proxyPac |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.0.0", "version_name": "0.2.0", "default_locale": "en", "permissions": [ "storage", "proxy" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "public\/icons\/white16.png", "32": "public\/icons\/white32.png", "128": "public\/icons\/white128.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_appName__", "default_icon": { "16": "public\/icons\/white16.png", "32": "public\/icons\/white32.png", "128": "public\/icons\/white128.png" } }, "background": { "service_worker": "service-worker-loader.js", "type": "module" } } |