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.
Hvad er Random Colored New Tab?
Random Colored New Tab er en Chrome-udvidelse udviklet af Anacron, og dens hovedfunktion er "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".
Udvidelsesskærmbilleder
Download Random Colored New Tab-udvidelses-CRX-fil
Download Random Colored New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
Officiel URL | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
Beskrivelse | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
Filstørrelse | 104 KB |
Antal Installationer | 404 |
Nuværende Version | 1.6 |
Senest Opdateret | 2012-09-11 |
Udgivelsesdato | 2012-09-11 |
Bedømmelse | 2.33/5 Samlet 15 Bedømmelser |
Udvikler | Anacron |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |