Auto Zoom from Width

Zoom to fit the screen width.

Auto Zoom from Width là gì?

Auto Zoom from Width là một tiện ích mở rộng Chrome được phát triển bởi developer.waieight., và tính năng chính của nó là "Zoom to fit the screen width.".

Ả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 Auto Zoom from Width

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

                        How to operate
・Click the icon on the toolbar to switch ON/OFF.

Caution
・Zooming may not work well depending on the page structure.                    

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

Tên Auto Zoom from Width Auto Zoom from Width
ID ehabnkadhfjkadoibcmghbjjfiglkedn
URL Chính Thức https://chromewebstore.google.com/detail/auto-zoom-from-width/ehabnkadhfjkadoibcmghbjjfiglkedn
Mô tả Zoom to fit the screen width.
Kích Thước Tệp 11.22 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 0.0.0.239
Cập Nhật Lần Cuối 2023-12-24
Ngày Phát Hành 2020-07-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển developer.waieight.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://waieight.hatenablog.jp/
URL Trang Chính Sách Bảo Mật https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Zoom from Width",
    "version": "7.0.0.239",
    "version_name": "0.0.0.239",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/zoom.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Auto Zoom from Width"
    }
}