Magnifying Glass Zoom

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

Magnifying Glass Zoom là gì?

Magnifying Glass Zoom là một tiện ích mở rộng Chrome được phát triển bởi magnifglass, và tính năng chính của nó là "Press the toolbar button to see the Magnifying Glass on the current page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Magnifying Glass Zoom

Tải xuống các tệp mở rộng Magnifying Glass Zoom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magnifying Glass Zoom Magnifying Glass Zoom
ID jiiammldpkebebplgoejceoigdhechni
URL Chính Thức https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni
Mô tả Press the toolbar button to see the Magnifying Glass on the current page.
Kích Thước Tệp 46.43 KB
Số Lần Cài Đặt 2,375
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-03-15
Ngày Phát Hành 2022-11-05
Nhà Phát Triển magnifglass
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://magniglas.com/index.html
URL Trang Trợ Giúp https://magniglas.com/privacy.html
URL Trang Chính Sách Bảo Mật https://magniglas.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}