The Day's Sidebar

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

What is The Day's Sidebar?

The Day's Sidebar is a Chrome extension developed by https://kevinformatics.com, and its main feature is "A mashup of The Day's Color and Sidebar.io.".

Extension Screenshots

screenshot
screenshot

Download The Day's Sidebar Extension CRX File

Download The Day's Sidebar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
Official URL https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
Description A mashup of The Day's Color and Sidebar.io.
File Size 61.46 KB
Installation Count 14
Current Version 0.0.4
Last Updated 2015-12-22
Publish Date 2015-12-22
Rating 5.00/5 Total 2 Ratings
Developer https://kevinformatics.com
Email [email protected]
Payment Type free
Extension Website http://kevinformatics.com/thedayssidebar/
Supported Languages 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\/*"
    ]
}