Zoom Controller

Expand your zoom controls

Hvad er Zoom Controller?

Zoom Controller er en Chrome-udvidelse udviklet af chysuend828, og dens hovedfunktion er "Expand your zoom controls".

Udvidelsesskærmbilleder

screenshot

Download Zoom Controller-udvidelses-CRX-fil

Download Zoom Controller-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Zoom Controller Zoom Controller
ID igdonoibjmhnliijiamkccfnhjccppaj
Officiel URL https://chrome.google.com/webstore/detail/zoom-controller/igdonoibjmhnliijiamkccfnhjccppaj
Beskrivelse Expand your zoom controls
Filstørrelse 27.08 KB
Antal Installationer 1,000
Nuværende Version 1.3
Senest Opdateret 2022-10-13
Udgivelsesdato 2021-02-19
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler chysuend828
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}