Resolution Zoom

Set the zoom level based on your screen resolution.

Resolution Zoomคืออะไร?

Resolution Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arnout.engelen.eu และคุณลักษณะหลักของมันคือ "Set the zoom level based on your screen resolution."

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

screenshot

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

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

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

                        Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others.

Will leave alone pages not at 100% or 200%.                    

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

ชื่อ Resolution Zoom Resolution Zoom
ID enjjhajnmggdgofagbokhmifgnaophmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh
คำอธิบาย Set the zoom level based on your screen resolution.
ขนาดไฟล์ 7.37 KB
จำนวนการติดตั้ง 605
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2016-08-03
วันที่เผยแพร่ 2016-08-03
คะแนน 2.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://arnout.engelen.eu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/raboof/reszoom
URL หน้าช่วยเหลือ http://github.com/raboof/reszoom/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Resolution Zoom",
    "short_name": "reszoom",
    "description": "Set the zoom level based on your screen resolution.",
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "system.display"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}