Zoom Controller

Expand your zoom controls

Co to jest Zoom Controller?

Zoom Controller to rozszerzenie Chrome opracowane przez chysuend828, a jego główną funkcją jest „Expand your zoom controls”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zoom Controller

Pobierz pliki rozszerzeń Zoom Controller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zoom Controller Zoom Controller
ID igdonoibjmhnliijiamkccfnhjccppaj
Oficjalny URL https://chrome.google.com/webstore/detail/zoom-controller/igdonoibjmhnliijiamkccfnhjccppaj
Opis Expand your zoom controls
Rozmiar pliku 27.08 KB
Liczba instalacji 1,000
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-10-13
Data Publikacji 2021-02-19
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper chysuend828
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}