Tunnel Toggle
Toggle SSH tunnel proxy settings on and off with one click
什么是Tunnel Toggle?
Tunnel Toggle是由matthew.d.schertz开发的Chrome扩展程序,该扩展的主要功能是“Toggle SSH tunnel proxy settings on and off with one click”。
下载Tunnel Toggle扩展crx文件
下载Tunnel Toggle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This controls your proxy settings for SSH tunnels. This is configured to only work with users of Matthew Schertz's tunnel.
扩展基本信息
名称 | |
ID | bgbpmcmpecclccdmilmmpkbbncigpllp |
官方URL | https://chrome.google.com/webstore/detail/tunnel-toggle/bgbpmcmpecclccdmilmmpkbbncigpllp |
简介 | Toggle SSH tunnel proxy settings on and off with one click |
文件大小 | 5.13 KB |
安装次数 | 19 |
当前版本 | 2 |
更新时间 | 2014-06-12 |
上架时间 | 2014-06-12 |
评分 | 5.00/5 共1次评分 |
开发者 | matthew.d.schertz |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tunnel Toggle", "version": "2", "manifest_version": 2, "background": { "scripts": [ "toggle.js" ], "persistent": false }, "description": "Toggle SSH tunnel proxy settings on and off with one click", "browser_action": { "default_icon": "off.png" }, "permissions": [ "proxy" ] } |