The Day's Sidebar

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

Wat is The Day's Sidebar?

The Day's Sidebar is een Chrome-extensie ontwikkeld door https://kevinformatics.com, en de belangrijkste functie is "A mashup of The Day's Color and Sidebar.io.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie The Day's Sidebar

Download The Day's Sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
Officiële URL https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
Beschrijving A mashup of The Day's Color and Sidebar.io.
Bestandsgrootte 61.46 KB
Aantal Installaties 14
Huidige Versie 0.0.4
Laatst Bijgewerkt 2015-12-22
Publicatiedatum 2015-12-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://kevinformatics.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://kevinformatics.com/thedayssidebar/
Ondersteunde Talen 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\/*"
    ]
}