Tiny Proxy Configurator

A tiny and simple proxy configurator.

Tiny Proxy Configuratorとは何ですか?

Tiny Proxy ConfiguratorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A tiny and simple proxy configurator.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This provides a very simple and minimal proxy configuration method. In addition to specifying the proxy host, you can specify the URL of the PAC script or the PAC script itself.                    

拡張機能の基本情報

名前 Tiny Proxy Configurator Tiny Proxy Configurator
ID ilgignoiaacgbcagkcmfmbgnjbemedam
公式URL https://chromewebstore.google.com/detail/tiny-proxy-configurator/ilgignoiaacgbcagkcmfmbgnjbemedam
説明 A tiny and simple proxy configurator.
ファイルサイズ 31.71 KB
インストール数 73
現在のバージョン 1.0.1
最終更新日 2022-02-22
公開日 2019-09-30
評価 5.00/5 合計 1 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Proxy Configurator",
    "description": "A tiny and simple proxy configurator.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}