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.
Qu'est-ce que Random Colored New Tab ?
Random Colored New Tab est une extension Chrome développée par Anacron, et sa fonction principale est "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Colored New Tab
Téléchargez les fichiers d'extension Random Colored New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Random Colored New Tab |
ID | kponglbcecpfdmcggikbhomhfgmjlolh |
URL Officiel | https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh |
Description | When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults. |
Taille du Fichier | 104 KB |
Nombre d'Installations | 404 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2012-09-11 |
Date de Publication | 2012-09-11 |
Évaluation | 2.33/5 Total 15 Évaluations |
Développeur | Anacron |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |