Zoom Plus

Set precise zoom factor for web pages

Zoom Plusคืออะไร?

Zoom Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย liefectoou และคุณลักษณะหลักของมันคือ "Set precise zoom factor for web pages"

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

screenshot

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

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

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

                        Zoom Plus is a tool for managing zoom for web pages. 

Build-in zoom functionality works well, but it’s very limited. Zoom Plus extends this functionality.

Features:
🌟 Set zoom factor in percent
🌟 Set zoom for a specific web site or for all web sites globally
🌟 Sync settings with other devices with Chromium browsers                    

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

ชื่อ Zoom Plus Zoom Plus
ID ajneghihjbebmnljfhlpdmjjpifeaokc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zoom-plus/ajneghihjbebmnljfhlpdmjjpifeaokc
คำอธิบาย Set precise zoom factor for web pages
ขนาดไฟล์ 322 KB
จำนวนการติดตั้ง 2,394,423
เวอร์ชันปัจจุบัน 0.7.6
อัปเดตครั้งล่าสุด 2022-09-12
วันที่เผยแพร่ 2021-07-22
คะแนน 4.54/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา liefectoou
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1vpV8QJ3X5e6AhooVn4SGB3dQ0Beg1emMdOfiETBTYI0/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon-128.png",
            "48": "icons\/icon-48.png",
            "16": "icons\/icon-16.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.7.6"
}