Tunnel Toggle
Toggle SSH tunnel proxy settings on and off with one click
What is Tunnel Toggle?
Tunnel Toggle is a Chrome extension developed by matthew.d.schertz, and its main feature is "Toggle SSH tunnel proxy settings on and off with one click".
Download Tunnel Toggle Extension CRX File
Download Tunnel Toggle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This controls your proxy settings for SSH tunnels. This is configured to only work with users of Matthew Schertz's tunnel.
Extension Basic Information
Name | |
ID | bgbpmcmpecclccdmilmmpkbbncigpllp |
Official URL | https://chrome.google.com/webstore/detail/tunnel-toggle/bgbpmcmpecclccdmilmmpkbbncigpllp |
Description | Toggle SSH tunnel proxy settings on and off with one click |
File Size | 5.13 KB |
Installation Count | 19 |
Current Version | 2 |
Last Updated | 2014-06-12 |
Publish Date | 2014-06-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | matthew.d.schertz |
Payment Type | free |
Supported Languages | 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" ] } |