Zoom with manual input

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

What is Zoom with manual input?

Zoom with manual input is a Chrome extension developed by developer.waieight., and its main feature is "This is an extension to set up Zoom with manual input.".

Extension Screenshots

screenshot

Download Zoom with manual input Extension CRX File

Download Zoom with manual input extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Set the zoom level for each domain in detail.

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

Extension Basic Information

Name Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
Official URL https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Description This is an extension to set up Zoom with manual input.
File Size 9.31 KB
Installation Count 127
Current Version 0.0.0.8
Last Updated 2022-06-30
Publish Date 2020-09-05
Rating 5.00/5 Total 2 Ratings
Developer developer.waieight.
Email [email protected]
Payment Type free
Extension Website https://waieight.hatenablog.jp/
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages 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"
    }
}