Zoom with manual input

This is an extension to set up Zoom with manual input.

Zoom with manual input là gì?

Zoom with manual input 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à "This is an extension to set up Zoom with manual input.".

Ả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 Zoom with manual input

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

                        Set the zoom level for each domain in detail.

When you click the icon, a dialog will be displayed. Enter the zoom level.                    

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

Tên Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
URL Chính Thức https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Mô tả This is an extension to set up Zoom with manual input.
Kích Thước Tệp 9.31 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 0.0.0.8
Cập Nhật Lần Cuối 2022-06-30
Ngày Phát Hành 2020-09-05
Đánh Giá 5.00/5 Tổng số 2 Đá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": "Zoom with manual input",
    "version": "5.0.0.8",
    "version_name": "0.0.0.8",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/complete.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Zoom with manual input"
    }
}