Zoom Block

Disable zooming by default. Re-enable zooming on a per-tab basis by clicking the Zoom Block icon.

Zoom Blockคืออะไร?

Zoom Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wesley Warnell และคุณลักษณะหลักของมันคือ "Disable zooming by default. Re-enable zooming on a per-tab basis by clicking the Zoom Block icon."

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

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

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

                        Zoom Block disables zooming in Chrome by default preventing unwanted or accidental zooming. Zooming can be re-enable on a per-tab basis by clicking the Zoom Block icon.

FAQ:

Q: What permissions does Zoom Block require?
A: Zoom Block does not require any permissions. Through careful handling of errors, Zoom Block is able to operate without access to any sensitive information.

Q: Does Zoom Block use analytics?
A: No. Zoom Block respects its users' privacy. No network requests of any kind are ever made.

Q: Can Zoom Block "lock" a custom zoom level?
A: The browser extension API does not offer an elegant way to accomplish this. The best option is to change the browser's default zoom level. Chrome's default zoom settings can be found in Settings -> Appearance -> Page Zoom. Zoom Block will then prevent modifications to the set level.

Q: Why does Zoom Block's icon sometimes turn gray?
A: Some browsers do not allow extensions to modify certain pages (typically internal or settings pages). Zoom Block is therefore unable to prevent zooming on those pages, and the icon will turn gray to indicate such a situation.

Q: I found a bug! Where can I submit a report?
A: Please open an issue on GitHub (https://github.com/warnellw/Zoom-Block/issues) with a detailed description. Pull requests welcome!

License:

Zoom Block is licensed under GPLv3. The source code can be found here: https://github.com/warnellw/Zoom-Block                    

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

ชื่อ Zoom Block Zoom Block
ID jmomepcgehgfoimapeoinphcloinjfpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoom-block/jmomepcgehgfoimapeoinphcloinjfpb
คำอธิบาย Disable zooming by default. Re-enable zooming on a per-tab basis by clicking the Zoom Block icon.
ขนาดไฟล์ 36.17 KB
จำนวนการติดตั้ง 9,642
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2018-07-11
วันที่เผยแพร่ 2018-07-10
คะแนน 4.30/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา Wesley Warnell
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/warnellw/Zoom-Block
URL หน้าช่วยเหลือ https://github.com/warnellw/Zoom-Block/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Wesley Warnell",
    "name": "Zoom Block",
    "version": "1.1.1",
    "description": "Disable zooming by default. Re-enable zooming on a per-tab basis by clicking the Zoom Block icon.",
    "homepage_url": "https:\/\/github.com\/warnellw\/Zoom-Block",
    "icons": {
        "16": "icons\/red16.png",
        "48": "icons\/red48.png",
        "128": "icons\/red128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/red16.png",
            "24": "icons\/red24.png",
            "32": "icons\/red32.png"
        },
        "default_title": "Zoom Block"
    },
    "background": {
        "scripts": [
            "ZoomBlock.js"
        ],
        "persistent": true
    }
}