Paint Header

Emphasize the most important part of the page

Что такое Paint Header?

Paint Header - это расширение Chrome, разработанное Unknown, и его основная функция - "Emphasize the most important part of the page".

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

screenshot

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

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

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

                        Make the page header stand out from the rest of the page.                    

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

Название Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
Официальный URL https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
Описание Emphasize the most important part of the page
Размер файла 64.58 KB
Количество установок 11,889
Текущая Версия 0.1
Последнее Обновление 2015-03-13
Дата публикации 2015-03-13
Рейтинг 3.33/5 Всего 6 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Emphasize the most important part of the page",
    "version": "0.1",
    "name": "Paint Header",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jq.js",
                "paint.js"
            ]
        }
    ],
    "icons": {
        "16": "resource\/icon-16.png",
        "48": "resource\/icon-48.png",
        "128": "resource\/icon-128.png"
    }
}