Random Colored New Tab

When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.

Что такое Random Colored New Tab?

Random Colored New Tab - это расширение Chrome, разработанное Anacron, и его основная функция - "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".

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

screenshot

Скачать файл CRX расширения Random Colored New Tab

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

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

                        The name says it all!

When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel.

The extension is fairly simple and does not access any personal data or cookies on your browser.                    

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

Название Random Colored New Tab Random Colored New Tab
ID kponglbcecpfdmcggikbhomhfgmjlolh
Официальный URL https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh
Описание When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Размер файла 104 KB
Количество установок 404
Текущая Версия 1.6
Последнее Обновление 2012-09-11
Дата публикации 2012-09-11
Рейтинг 2.33/5 Всего 15 оценок
Разработчик Anacron
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Colored New Tab",
    "version": "1.6",
    "manifest_version": 2,
    "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.",
    "chrome_url_overrides": {
        "newtab": "random_new_page.html"
    },
    "icons": {
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    }
}