Tiny Proxy Configurator
A tiny and simple proxy configurator.
什麼是Tiny Proxy Configurator?
Tiny Proxy Configurator是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A tiny and simple proxy configurator.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | ilgignoiaacgbcagkcmfmbgnjbemedam | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
}  |  |