Tunnel Toggle

Toggle SSH tunnel proxy settings on and off with one click

Vad är Tunnel Toggle?

Tunnel Toggle är en Chrome-tillägg utvecklad av matthew.d.schertz, och dess huvudfunktion är "Toggle SSH tunnel proxy settings on and off with one click".

Ladda ner Tunnel Toggle-förlängningens CRX-fil

Ladda ner Tunnel Toggle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This controls your proxy settings for SSH tunnels.  This is configured to only work with users of Matthew Schertz's tunnel.                    

Grundläggande Information om Tillägg

Namn Tunnel Toggle Tunnel Toggle
ID bgbpmcmpecclccdmilmmpkbbncigpllp
Officiell webbadress https://chrome.google.com/webstore/detail/tunnel-toggle/bgbpmcmpecclccdmilmmpkbbncigpllp
Beskrivning Toggle SSH tunnel proxy settings on and off with one click
Filstorlek 5.13 KB
Antal Installationer 19
Aktuell Version 2
Senast Uppdaterad 2014-06-12
Publiceringsdatum 2014-06-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare matthew.d.schertz
Betalningssätt free
Stödda Språk 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"
    ]
}