The Day's Sidebar

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

Vad är The Day's Sidebar?

The Day's Sidebar är en Chrome-tillägg utvecklad av https://kevinformatics.com, och dess huvudfunktion är "A mashup of The Day's Color and Sidebar.io.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner The Day's Sidebar-förlängningens CRX-fil

Ladda ner The Day's Sidebar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn The Day's Sidebar The Day's Sidebar
ID njkkgfngelkphhfadnpealmkjmdjcioc
Officiell webbadress https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc
Beskrivning A mashup of The Day's Color and Sidebar.io.
Filstorlek 61.46 KB
Antal Installationer 14
Aktuell Version 0.0.4
Senast Uppdaterad 2015-12-22
Publiceringsdatum 2015-12-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://kevinformatics.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://kevinformatics.com/thedayssidebar/
Stödda Språk 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\/*"
    ]
}