The Day's Sidebar
A mashup of The Day's Color and Sidebar.io.
Was ist The Day's Sidebar?
The Day's Sidebar ist eine Chrome-Erweiterung, die von https://kevinformatics.com entwickelt wurde, und ihr Hauptmerkmal ist "A mashup of The Day's Color and Sidebar.io.".
Erweiterungsscreenshots
The Day's Sidebar-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Day's Sidebar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | The Day's Sidebar |
ID | njkkgfngelkphhfadnpealmkjmdjcioc |
Offizielle URL | https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc |
Beschreibung | A mashup of The Day's Color and Sidebar.io. |
Dateigröße | 61.46 KB |
Installationsanzahl | 14 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2015-12-22 |
Veröffentlichungsdatum | 2015-12-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://kevinformatics.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://kevinformatics.com/thedayssidebar/ |
Unterstützte Sprachen | 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\/*" ] } |