Lamp

If you turn off this lamp it will darken your browser!

Что такое Lamp?

Lamp - это расширение Chrome, разработанное joak, и его основная функция - "If you turn off this lamp it will darken your browser!".

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

screenshot

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

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

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

                                            

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

Название Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
Официальный URL https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
Описание If you turn off this lamp it will darken your browser!
Размер файла 14.38 KB
Количество установок 392
Текущая Версия 1.0
Последнее Обновление 2017-02-04
Дата публикации 2017-02-03
Рейтинг 5.00/5 Всего 2 оценок
Разработчик joak
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lamp",
    "description": "If you turn off this lamp it will darken your browser!",
    "version": "1.0",
    "author": "joak",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Turns off the light!"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "lamp.css"
            ]
        }
    ]
}