Tunnel Toggle
Toggle SSH tunnel proxy settings on and off with one click
Wat is Tunnel Toggle?
Tunnel Toggle is een Chrome-extensie ontwikkeld door matthew.d.schertz, en de belangrijkste functie is "Toggle SSH tunnel proxy settings on and off with one click".
Download het CRX-bestand van de extensie Tunnel Toggle
Download Tunnel Toggle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This controls your proxy settings for SSH tunnels. This is configured to only work with users of Matthew Schertz's tunnel.
Basisinformatie over de Extensie
Naam | |
ID | bgbpmcmpecclccdmilmmpkbbncigpllp |
Officiële URL | https://chrome.google.com/webstore/detail/tunnel-toggle/bgbpmcmpecclccdmilmmpkbbncigpllp |
Beschrijving | Toggle SSH tunnel proxy settings on and off with one click |
Bestandsgrootte | 5.13 KB |
Aantal Installaties | 19 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2014-06-12 |
Publicatiedatum | 2014-06-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | matthew.d.schertz |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |