Zoom with manual input

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

Vad är Zoom with manual input?

Zoom with manual input är en Chrome-tillägg utvecklad av developer.waieight., och dess huvudfunktion är "This is an extension to set up Zoom with manual input.".

Tilläggsskärmbilder

screenshot

Ladda ner Zoom with manual input-förlängningens CRX-fil

Ladda ner Zoom with manual input-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Set the zoom level for each domain in detail.

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

Grundläggande Information om Tillägg

Namn Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
Officiell webbadress https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Beskrivning This is an extension to set up Zoom with manual input.
Filstorlek 9.31 KB
Antal Installationer 127
Aktuell Version 0.0.0.8
Senast Uppdaterad 2022-06-30
Publiceringsdatum 2020-09-05
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare developer.waieight.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://waieight.hatenablog.jp/
URL till Sekretesspolicy Sidan https://waieight.hatenablog.jp/entry/2021/03/23/180238
Stödda Språk 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"
    }
}