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
官方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": []
}