Tinted Windows

This extension allows the user to selected a tinted overlay to show on the current page.

Что такое Tinted Windows?

Tinted Windows - это расширение Chrome, разработанное Andrew Hook, и его основная функция - "This extension allows the user to selected a tinted overlay to show on the current page.".

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

screenshot
screenshot

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

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

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

                                            

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

Название Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
Официальный URL https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Описание This extension allows the user to selected a tinted overlay to show on the current page.
Размер файла 6.48 KB
Количество установок 611
Текущая Версия 3.0
Последнее Обновление 2017-05-18
Дата публикации 2017-05-18
Рейтинг 4.75/5 Всего 4 оценок
Разработчик Andrew Hook
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinted Windows",
    "description": "This extension allows the user to selected a tinted overlay to show on the current page.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Andy Hook ",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/"
    ]
}