New Tab - What Color is It
The time... now in color.
Cos'è New Tab - What Color is It?
New Tab - What Color is It è un'estensione di Chrome sviluppata da 太空饭否开发组, e la sua funzione principale è "The time... now in color.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab - What Color is It
Scarica i file di estensione New Tab - What Color is It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Show the hex color of current time in your new tab. Create a new tab, and enjoy the beauty of color as time changes. Click the time or color to copy. Fork on GitHub: https://github.com/riophae/what-color-is-it The idea was originally put forward by J.E.Murphy; website: http://jemurphy.org/ Based on http://whatcolourisit.scn9a.org/
Informazioni di Base sull'Estensione
Nome | New Tab - What Color is It |
ID | kdbefpgedbmgcndbjgegpomamfkiejoa |
URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa |
Descrizione | The time... now in color. |
Dimensione del File | 43.6 KB |
Conteggio Installazioni | 256 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2014-12-28 |
Data di Pubblicazione | 2014-12-28 |
Valutazione | 4.78/5 Totale 9 Valutazioni |
Sviluppatore | 太空饭否开发组 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "whatcolorisit.html" }, "description": "The time... now in color.", "icons": { "256": "icon_256.png", "128": "icon_128.png", "96": "icon_96.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "New Tab - What Color is It", "version": "0.1.3", "permissions": [ "clipboardWrite " ], "content_security_policy": "default_src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'" } |