Zoom with manual input

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

Co to jest Zoom with manual input?

Zoom with manual input to rozszerzenie Chrome opracowane przez developer.waieight., a jego główną funkcją jest „This is an extension to set up Zoom with manual input.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zoom with manual input

Pobierz pliki rozszerzeń Zoom with manual input w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Set the zoom level for each domain in detail.

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

Podstawowe informacje o rozszerzeniu

Nazwa Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
Oficjalny URL https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Opis This is an extension to set up Zoom with manual input.
Rozmiar pliku 9.31 KB
Liczba instalacji 127
Aktualna Wersja 0.0.0.8
Ostatnia Aktualizacja 2022-06-30
Data Publikacji 2020-09-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper developer.waieight.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://waieight.hatenablog.jp/
Adres URL Strony Polityki Prywatności https://waieight.hatenablog.jp/entry/2021/03/23/180238
Obsługiwane Języki 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"
    }
}