Zoom with manual input

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

Qu'est-ce que Zoom with manual input ?

Zoom with manual input est une extension Chrome développée par developer.waieight., et sa fonction principale est "This is an extension to set up Zoom with manual input.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zoom with manual input

Téléchargez les fichiers d'extension Zoom with manual input au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Set the zoom level for each domain in detail.

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

Informations de Base sur l'Extension

Nom Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
URL Officiel https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Description This is an extension to set up Zoom with manual input.
Taille du Fichier 9.31 KB
Nombre d'Installations 127
Version Actuelle 0.0.0.8
Dernière Mise à Jour 2022-06-30
Date de Publication 2020-09-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur developer.waieight.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://waieight.hatenablog.jp/
URL de la Page de Politique de Confidentialité https://waieight.hatenablog.jp/entry/2021/03/23/180238
Langues Prises en Charge 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"
    }
}