The Day's Sidebar
A mashup of The Day's Color and Sidebar.io.
Qu'est-ce que The Day's Sidebar ?
The Day's Sidebar est une extension Chrome développée par https://kevinformatics.com, et sa fonction principale est "A mashup of The Day's Color and Sidebar.io.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Day's Sidebar
Téléchargez les fichiers d'extension The Day's Sidebar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | The Day's Sidebar |
ID | njkkgfngelkphhfadnpealmkjmdjcioc |
URL Officiel | https://chromewebstore.google.com/detail/the-days-sidebar/njkkgfngelkphhfadnpealmkjmdjcioc |
Description | A mashup of The Day's Color and Sidebar.io. |
Taille du Fichier | 61.46 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2015-12-22 |
Date de Publication | 2015-12-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://kevinformatics.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://kevinformatics.com/thedayssidebar/ |
Langues Prises en Charge | 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\/*" ] } |