Tiny Proxy Configurator

A tiny and simple proxy configurator.

Tiny Proxy Configuratorคืออะไร?

Tiny Proxy Configurator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A tiny and simple proxy configurator."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny Proxy Configurator

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}