ProxyAuth

add proxy-authentication to header

ProxyAuthとは何ですか?

ProxyAuthはrui7905によって開発されたChromeの拡張機能で、その主な機能は「add proxy-authentication to header」です。

拡張機能のスクリーンショット

screenshot

ProxyAuth拡張機能のCRXファイルをダウンロード

ProxyAuth拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        adding proxy-authentication into header for every http request.                    

拡張機能の基本情報

名前 ProxyAuth ProxyAuth
ID kkhmffmnlajcffopgochogejfecakfhh
公式URL https://chrome.google.com/webstore/detail/proxyauth/kkhmffmnlajcffopgochogejfecakfhh
説明 add proxy-authentication to header
ファイルサイズ 225 KB
インストール数 51
現在のバージョン 0.0.1
最終更新日 2013-07-03
公開日 2013-07-03
評価 3.00/5 合計 2 レビュー
開発者 rui7905
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProxyAuth",
    "description": "add proxy-authentication to header",
    "browser_action": {
        "default_title": "proxy Auth",
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequestBlocking",
        "webRequest",
        ""
    ],
    "manifest_version": 2,
    "version": "0.0.1"
}