Magnifying Glass

The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page.

Magnifying Glassคืออะไร?

Magnifying Glass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magnifying Glass และคุณลักษณะหลักของมันคือ "The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Simply press Alt+Z* to summon the magnifying glass! Then press any key to remove it.

*Ctrl+Z for MAC users by default.

The extension does not require any special permission. It just works~***

***Please note that the extension does not work in New Tab page, Chrome setting page and Chrome Web Store by default, but it will work on any other webpages.***



v.1.0.2 Change-log
+ Added option to specify a compensation factor for OS-level magnification
+ Added option to close the magnifier scope only when ESC key is pressed

v.1.0.1 Change-log
+ Added French and Chinese localizations
+ Enabled anti-aliasing by default
+ Other minor optimization

Icons made by Vectors Market from www.flaticon.com is licensed by CC 3.0 BY                    

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

ชื่อ Magnifying Glass Magnifying Glass
ID elhdjgjjmodgmhkokebhegekjooiaofm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magnifying-glass/elhdjgjjmodgmhkokebhegekjooiaofm
คำอธิบาย The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page.
ขนาดไฟล์ 89.84 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-09-09
วันที่เผยแพร่ 2018-09-08
คะแนน 3.73/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา Magnifying Glass
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.2",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "MacCtrl+Z"
            }
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}