Magnifying Glass Zoom

Press the toolbar button to see the Magnifying Glass on the current page.

什麼是Magnifying Glass Zoom?

Magnifying Glass Zoom是由magnifglass開發的Chrome擴展程式,該擴展的主要功能是“Press the toolbar button to see the Magnifying Glass on the current page.”。

擴展截圖

screenshot

下載Magnifying Glass Zoom擴展crx文件

下載Magnifying Glass Zoom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Just press Ctrl+z once and the text becomes clearly visible in front of you.
Allows you to magnify text on a page with a magnifier so you can clearly read even small font with an asterisk.

By clicking "Add to chrome", I accept and agree to installing “Magnifying Glass Zoom Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.

Privacy Policy https://magniglas.com/privacy.html

Terms and Conditions https://magniglas.com/terms.html                    

擴展基本資訊

名稱 Magnifying Glass Zoom Magnifying Glass Zoom
ID jiiammldpkebebplgoejceoigdhechni
官方網址 https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni
簡介 Press the toolbar button to see the Magnifying Glass on the current page.
檔案大小 46.43 KB
安裝次數 2,375
目前版本 1.0.2
更新時間 2023-03-15
上架時間 2022-11-05
開發者 magnifglass
電子郵箱 [email protected]
付費類型 free
擴展官網 https://magniglas.com/index.html
說明頁面URL https://magniglas.com/privacy.html
隱私政策頁面URL https://magniglas.com/privacy.html
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnifying Glass Zoom",
    "description": "Press the toolbar button to see the Magnifying Glass on the current page.",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_title": "Magnifying Glass Zoom",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png"
        }
    },
    "commands": {
        "magnify": {
            "description": "Magnifying Glass zoom",
            "suggested_key": {
                "default": "Ctrl+Z",
                "windows": "Ctrl+Z",
                "mac": "Command+Z",
                "chromeos": "Ctrl+Z",
                "linux": "Ctrl+Z"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/magniglas.com\/*"
    ]
}