Zoom Controller

Expand your zoom controls

Что такое Zoom Controller?

Zoom Controller - это расширение Chrome, разработанное chysuend828, и его основная функция - "Expand your zoom controls".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Zoom Controller

Скачайте файлы расширений Zoom Controller в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Zoom Controller Zoom Controller
ID igdonoibjmhnliijiamkccfnhjccppaj
Официальный URL https://chrome.google.com/webstore/detail/zoom-controller/igdonoibjmhnliijiamkccfnhjccppaj
Описание Expand your zoom controls
Размер файла 27.08 KB
Количество установок 1,000
Текущая Версия 1.3
Последнее Обновление 2022-10-13
Дата публикации 2021-02-19
Рейтинг 3.40/5 Всего 5 оценок
Разработчик chysuend828
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}