Direct Proxy
Simply switch the browser proxy between using direct connection and using system settings.
什么是Direct Proxy?
Direct Proxy是由Jiaqin Xu开发的Chrome扩展程序,该扩展的主要功能是“Simply switch the browser proxy between using direct connection and using system settings.”。
扩展截图
下载Direct Proxy扩展crx文件
下载Direct Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension use Chrome's native proxy API, so it won't change the system's proxy settings.
扩展基本信息
名称 | Direct Proxy |
ID | pkdjaogdlhchapakdahlfdapkbhdlboa |
官方URL | https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa |
简介 | Simply switch the browser proxy between using direct connection and using system settings. |
文件大小 | 38.83 KB |
安装次数 | 409 |
当前版本 | 1.0 |
更新时间 | 2018-08-24 |
上架时间 | 2018-08-24 |
评分 | 3.67/5 共6次评分 |
开发者 | Jiaqin Xu |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct Proxy", "description": "Simply switch the browser proxy between using direct connection and using system settings.", "version": "1.0", "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-direct-48.png" }, "icons": { "16": "images\/icon-direct-16.png", "48": "images\/icon-direct-48.png", "128": "images\/icon-direct-128.png" } } |