Zoom with manual input

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

Co je Zoom with manual input?

Zoom with manual input je rozšíření Chrome vyvinuté developer.waieight., a jeho hlavní funkcí je „This is an extension to set up Zoom with manual input.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zoom with manual input

Stáhněte si soubory rozšíření Zoom with manual input ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Set the zoom level for each domain in detail.

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

Základní Informace o Rozšíření

Název Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
Oficiální URL https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Popis This is an extension to set up Zoom with manual input.
Velikost souboru 9.31 KB
Počet instalací 127
Aktuální Verze 0.0.0.8
Poslední Aktualizace 2022-06-30
Datum Vydání 2020-09-05
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář developer.waieight.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://waieight.hatenablog.jp/
URL Stránky Zásad Ochrany Soukromí https://waieight.hatenablog.jp/entry/2021/03/23/180238
Podporované Jazyky 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"
    }
}