Zoom Controller

Expand your zoom controls

Was ist Zoom Controller?

Zoom Controller ist eine Chrome-Erweiterung, die von chysuend828 entwickelt wurde, und ihr Hauptmerkmal ist "Expand your zoom controls".

Erweiterungsscreenshots

screenshot

Zoom Controller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zoom Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A new product with a magnification function is in front of you. This is Zoom Controller with which you can set any zoom options in your browser. The Zoom Controller extension has the ability to apply settings for one site, or for several at the same time. Specify nightly zoom percentage, save and use your browser at any time in Zoom Controller. You can also save variations across devices. All the amenities for you. Our product is completely free. Download and use faster. We are sure. that you will love everything in our unique Zoom Controller extension.                    

Grundlegende Informationen zur Erweiterung

Name Zoom Controller Zoom Controller
ID igdonoibjmhnliijiamkccfnhjccppaj
Offizielle URL https://chrome.google.com/webstore/detail/zoom-controller/igdonoibjmhnliijiamkccfnhjccppaj
Beschreibung Expand your zoom controls
Dateigröße 27.08 KB
Installationsanzahl 1,000
Aktuelle Version 1.3
Letztes Update 2022-10-13
Veröffentlichungsdatum 2021-02-19
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler chysuend828
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "css\/logo.png"
        },
        "default_popup": "option\/option.html"
    },
    "content_scripts": [
        {
            "js": [
                "exec\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Expand your zoom controls",
    "icons": {
        "128": "css\/logo.png"
    },
    "manifest_version": 2,
    "name": "Zoom Controller",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.3"
}