Zoom Controller

Expand your zoom controls

Zoom Controllerคืออะไร?

Zoom Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chysuend828 และคุณลักษณะหลักของมันคือ "Expand your zoom controls"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoom Controller

ดาวน์โหลดไฟล์ส่วนขยาย Zoom Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A new product with a magnification function is in front of you. This is Zoom Controller with which you can set any zoom options in your browser. The Zoom Controller extension has the ability to apply settings for one site, or for several at the same time. Specify nightly zoom percentage, save and use your browser at any time in Zoom Controller. You can also save variations across devices. All the amenities for you. Our product is completely free. Download and use faster. We are sure. that you will love everything in our unique Zoom Controller extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zoom Controller Zoom Controller
ID igdonoibjmhnliijiamkccfnhjccppaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zoom-controller/igdonoibjmhnliijiamkccfnhjccppaj
คำอธิบาย Expand your zoom controls
ขนาดไฟล์ 27.08 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-10-13
วันที่เผยแพร่ 2021-02-19
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา chysuend828
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "css\/logo.png"
        },
        "default_popup": "option\/option.html"
    },
    "content_scripts": [
        {
            "js": [
                "exec\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Expand your zoom controls",
    "icons": {
        "128": "css\/logo.png"
    },
    "manifest_version": 2,
    "name": "Zoom Controller",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.3"
}