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.
Wat is Random Colored New Tab?
Random Colored New Tab is een Chrome-extensie ontwikkeld door Anacron, en de belangrijkste functie is "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Colored New Tab
Download Random Colored New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
Officiële URL | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
Beschrijving | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
Bestandsgrootte | 104 KB |
Aantal Installaties | 404 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2012-09-11 |
Publicatiedatum | 2012-09-11 |
Beoordeling | 2.33/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Anacron |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |