More Colors

One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.

Что такое More Colors?

More Colors - это расширение Chrome, разработанное Daniel W, и его основная функция - "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.".

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

screenshot
screenshot

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

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

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

                        One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.                    

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

Название More Colors More Colors
ID annnclmombcdbkkadbffibajhjpopgdo
Официальный URL https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo
Описание One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
Размер файла 5.15 KB
Количество установок 53
Текущая Версия 1.0.2
Последнее Обновление 2014-09-25
Дата публикации 2014-09-25
Рейтинг 4.00/5 Всего 6 оценок
Разработчик Daniel W
Тип оплаты free
Официальный сайт расширения http://www.danielw.org
URL страницы помощи http://www.danielw.org
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "More Colors",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "icons": {
        "16": "color.png"
    },
    "browser_action": {
        "default_title": "Makes your internet experience a little more colorful",
        "default_icon": "color.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hover.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}