Resolution Zoom

Set the zoom level based on your screen resolution.

Resolution Zoom là gì?

Resolution Zoom là một tiện ích mở rộng Chrome được phát triển bởi https://arnout.engelen.eu, và tính năng chính của nó là "Set the zoom level based on your screen resolution.".

Ả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 Resolution Zoom

Tải xuống các tệp mở rộng Resolution 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

                        Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others.

Will leave alone pages not at 100% or 200%.                    

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

Tên Resolution Zoom Resolution Zoom
ID enjjhajnmggdgofagbokhmifgnaophmh
URL Chính Thức https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh
Mô tả Set the zoom level based on your screen resolution.
Kích Thước Tệp 7.37 KB
Số Lần Cài Đặt 605
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2016-08-03
Ngày Phát Hành 2016-08-03
Đánh Giá 2.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://arnout.engelen.eu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/raboof/reszoom
URL Trang Trợ Giúp http://github.com/raboof/reszoom/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Resolution Zoom",
    "short_name": "reszoom",
    "description": "Set the zoom level based on your screen resolution.",
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "system.display"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}