Rain Tab
Replaces new tab with rain, a light, and a clock. That's what you get.
Cos'è Rain Tab?
Rain Tab è un'estensione di Chrome sviluppata da danielckesler, e la sua funzione principale è "Replaces new tab with rain, a light, and a clock. That's what you get.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rain Tab
Scarica i file di estensione Rain Tab 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
For those of us who enjoy a good rain, but just can't get outside to see one. jQuery, CSS Animation, Canvas, AngularJS.
Informazioni di Base sull'Estensione
Nome | |
ID | jlaalbcacighlmcfgggnkloahkohfddl |
URL Ufficiale | https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl |
Descrizione | Replaces new tab with rain, a light, and a clock. That's what you get. |
Dimensione del File | 363 KB |
Conteggio Installazioni | 143 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2015-02-11 |
Data di Pubblicazione | 2015-02-11 |
Valutazione | 4.74/5 Totale 19 Valutazioni |
Sviluppatore | danielckesler |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rain Tab", "description": "Replaces new tab with rain, a light, and a clock. That's what you get.", "version": "0.0.7", "manifest_version": 2, "permissions": [ "management" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |