Magnifying Glass

Convert your mouse cursor to a high-quality magnifying glass

什麼是Magnifying Glass?

Magnifying Glass是由joue.quroi開發的Chrome擴展程式,該擴展的主要功能是“Convert your mouse cursor to a high-quality magnifying glass”。

擴展截圖

screenshot

下載Magnifying Glass擴展crx文件

下載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
官方網址 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": []
}