Zoom with manual input

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

Τι είναι το Zoom with manual input;

Το Zoom with manual input είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον developer.waieight., και η κύρια λειτουργία του είναι "This is an extension to set up Zoom with manual input.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Zoom with manual input

Λήψη αρχείων επέκτασης Zoom with manual input σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Set the zoom level for each domain in detail.

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
Επίσημο URL https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
Περιγραφή This is an extension to set up Zoom with manual input.
Μέγεθος Αρχείου 9.31 KB
Αριθμός Εγκαταστάσεων 127
Τρέχουσα Έκδοση 0.0.0.8
Τελευταία Ενημέρωση 2022-06-30
Ημερομηνία Δημοσίευσης 2020-09-05
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής developer.waieight.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://waieight.hatenablog.jp/
URL της Σελίδας Πολιτικής Απορρήτου https://waieight.hatenablog.jp/entry/2021/03/23/180238
Υποστηριζόμενες Γλώσσες 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"
    }
}