The Day's Sidebar

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

Hvad er The Day's Sidebar?

The Day's Sidebar er en Chrome-udvidelse udviklet af https://kevinformatics.com, og dens hovedfunktion er "A mashup of The Day's Color and Sidebar.io.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download The Day's Sidebar-udvidelses-CRX-fil

Download The Day's Sidebar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
Officiel URL https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
Beskrivelse A mashup of The Day's Color and Sidebar.io.
Filstørrelse 61.46 KB
Antal Installationer 14
Nuværende Version 0.0.4
Senest Opdateret 2015-12-22
Udgivelsesdato 2015-12-22
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://kevinformatics.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://kevinformatics.com/thedayssidebar/
Understøttede Sprog 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\/*"
    ]
}