The Day's Sidebar

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

Co to jest The Day's Sidebar?

The Day's Sidebar to rozszerzenie Chrome opracowane przez https://kevinformatics.com, a jego główną funkcją jest „A mashup of The Day's Color and Sidebar.io.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia The Day's Sidebar

Pobierz pliki rozszerzeń The Day's Sidebar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
Oficjalny URL https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
Opis A mashup of The Day's Color and Sidebar.io.
Rozmiar pliku 61.46 KB
Liczba instalacji 14
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2015-12-22
Data Publikacji 2015-12-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://kevinformatics.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://kevinformatics.com/thedayssidebar/
Obsługiwane Języki 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\/*"
    ]
}