Zoom for Websites

Easy zoom for websites. Adjust the magnification or reduction by himself.

Что такое Zoom for Websites?

Zoom for Websites - это расширение Chrome, разработанное 100 000+ Downloads, и его основная функция - "Easy zoom for websites. Adjust the magnification or reduction by himself.".

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

screenshot

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

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

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

                        You can zoom in/out any webpage. Click right mouse button on actual website. Then choose size display site in context menu.                    

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

Название Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
Официальный URL https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
Описание Easy zoom for websites. Adjust the magnification or reduction by himself.
Размер файла 84.16 KB
Количество установок 616
Текущая Версия 1.0.0
Последнее Обновление 2016-10-05
Дата публикации 2016-10-05
Рейтинг 2.75/5 Всего 4 оценок
Разработчик 100 000+ Downloads
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Zoom for Websites",
    "description": "Easy zoom for websites. Adjust the magnification or reduction by himself.",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    }
}