Zoom for Websites

Easy zoom for websites. Adjust the magnification or reduction by himself.

Zoom for Websitesคืออะไร?

Zoom for Websites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 100 000+ Downloads และคุณลักษณะหลักของมันคือ "Easy zoom for websites. Adjust the magnification or reduction by himself."

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

screenshot

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

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

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

                        You can zoom in/out any webpage. Click right mouse button on actual website. Then choose size display site in context menu.                    

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

ชื่อ Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
คำอธิบาย Easy zoom for websites. Adjust the magnification or reduction by himself.
ขนาดไฟล์ 84.16 KB
จำนวนการติดตั้ง 616
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-10-05
วันที่เผยแพร่ 2016-10-05
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา 100 000+ Downloads
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Zoom for Websites",
    "description": "Easy zoom for websites. Adjust the magnification or reduction by himself.",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    }
}