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 |
官方網址 | 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" ] } |