Tiny Proxy Configurator
A tiny and simple proxy configurator.
什么是Tiny Proxy Configurator?
Tiny Proxy Configurator是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A tiny and simple proxy configurator.”。
扩展截图
下载Tiny Proxy Configurator扩展crx文件
下载Tiny Proxy Configurator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This provides a very simple and minimal proxy configuration method. In addition to specifying the proxy host, you can specify the URL of the PAC script or the PAC script itself.
扩展基本信息
名称 | Tiny Proxy Configurator |
ID | ilgignoiaacgbcagkcmfmbgnjbemedam |
官方URL | https://chromewebstore.google.com/detail/tiny-proxy-configurator/ilgignoiaacgbcagkcmfmbgnjbemedam |
简介 | A tiny and simple proxy configurator. |
文件大小 | 31.71 KB |
安装次数 | 73 |
当前版本 | 1.0.1 |
更新时间 | 2022-02-22 |
上架时间 | 2019-09-30 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Proxy Configurator", "description": "A tiny and simple proxy configurator.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "proxy", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "options_page": "options.html" } |