The Day's Sidebar

A mashup of The Day's Color and Sidebar.io.

Что такое The Day's Sidebar?

The Day's Sidebar - это расширение Chrome, разработанное https://kevinformatics.com, и его основная функция - "A mashup of The Day's Color and Sidebar.io.".

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

screenshot
screenshot

Скачать файл CRX расширения The Day's Sidebar

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

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

                        Tired of looking at a cluttered new tab page? Want to keep up on the latest design news? Try The Day's Sidebar, now with 100% more animations! With "inspiration" from The Day's Color by Nigel Evan Dennis and with links from Sidebar by Sacha Greif.

This extension is open source! Check out the code at https://github.com/kevinwuhoo/thedayssidebar.                    

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

Название The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
Официальный URL https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
Описание A mashup of The Day's Color and Sidebar.io.
Размер файла 61.46 KB
Количество установок 14
Текущая Версия 0.0.4
Последнее Обновление 2015-12-22
Дата публикации 2015-12-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://kevinformatics.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://kevinformatics.com/thedayssidebar/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Day's Sidebar",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "A mashup of The Day's Color and Sidebar.io.",
    "homepage_url": "http:\/\/kevinwuhoo.github.io\/thedayssidebar",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "thedayssidebar.html"
    },
    "permissions": [
        "http:\/\/thedayssidebar.herokuapp.com\/"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}