The Day's Sidebar

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

Cos'è The Day's Sidebar?

The Day's Sidebar è un'estensione di Chrome sviluppata da https://kevinformatics.com, e la sua funzione principale è "A mashup of The Day's Color and Sidebar.io.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione The Day's Sidebar

Scarica i file di estensione The Day's Sidebar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
URL Ufficiale https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
Descrizione A mashup of The Day's Color and Sidebar.io.
Dimensione del File 61.46 KB
Conteggio Installazioni 14
Versione Corrente 0.0.4
Ultimo Aggiornamento 2015-12-22
Data di Pubblicazione 2015-12-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://kevinformatics.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://kevinformatics.com/thedayssidebar/
Lingue Supportate 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\/*"
    ]
}