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.                    

拡張機能の基本情報

名前 Tunnel Toggle Tunnel Toggle
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"
    ]
}