Magnifying Glass

Convert your mouse cursor to a high-quality magnifying glass

Magnifying Glassคืออะไร?

Magnifying Glass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joue.quroi และคุณลักษณะหลักของมันคือ "Convert your mouse cursor to a high-quality magnifying glass"

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

screenshot

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

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

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

                        This extension transforms your cursor into a magnifying glass, enlarging the current object beneath it. You can adjust the size of the lens and the scaling value through the right-click context menu over the action button.

To turn off the magnification and revert to the default cursor, use the left-click or the Escape key on your keyboard.

When the extension is active, the action button appears red; when it is inactive, the color is blue.                    

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

ชื่อ Magnifying Glass Magnifying Glass
ID aejojoddnejpalbjnnknpeejhmklnmba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magnifying-glass/aejojoddnejpalbjnnknpeejhmklnmba
คำอธิบาย Convert your mouse cursor to a high-quality magnifying glass
ขนาดไฟล์ 45.25 KB
จำนวนการติดตั้ง 671
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2023-12-27
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา joue.quroi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/magnifying-glass.html
URL หน้าช่วยเหลือ https://webextension.org/listing/magnifying-glass.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.1",
    "name": "Magnifying Glass",
    "description": "Convert your mouse cursor to a high-quality magnifying glass",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/magnifying-glass.html",
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "action": []
}