Zoom with manual input

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

Wat is Zoom with manual input?

Zoom with manual input is een Chrome-extensie ontwikkeld door developer.waieight., en de belangrijkste functie is "This is an extension to set up Zoom with manual input.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zoom with manual input

Download Zoom with manual input-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Set the zoom level for each domain in detail.

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

Basisinformatie over de Extensie

Naam Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
Officiële URL https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Beschrijving This is an extension to set up Zoom with manual input.
Bestandsgrootte 9.31 KB
Aantal Installaties 127
Huidige Versie 0.0.0.8
Laatst Bijgewerkt 2022-06-30
Publicatiedatum 2020-09-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar developer.waieight.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://waieight.hatenablog.jp/
URL van de Privacybeleid Pagina https://waieight.hatenablog.jp/entry/2021/03/23/180238
Ondersteunde Talen 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"
    }
}