Random Colored New Tab
When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Cos'è Random Colored New Tab?
Random Colored New Tab è un'estensione di Chrome sviluppata da Anacron, e la sua funzione principale è "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Random Colored New Tab
Scarica i file di estensione Random Colored New 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
The name says it all! When installed and enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the default look and feel. The extension is fairly simple and does not access any personal data or cookies on your browser.
Informazioni di Base sull'Estensione
Nome | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
URL Ufficiale | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
Descrizione | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
Dimensione del File | 104 KB |
Conteggio Installazioni | 404 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2012-09-11 |
Data di Pubblicazione | 2012-09-11 |
Valutazione | 2.33/5 Totale 15 Valutazioni |
Sviluppatore | Anacron |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Colored New Tab", "version": "1.6", "manifest_version": 2, "description": "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.", "chrome_url_overrides": { "newtab": "random_new_page.html" }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" } } |