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.

Was ist Random Colored New Tab?

Random Colored New Tab ist eine Chrome-Erweiterung, die von Anacron entwickelt wurde, und ihr Hauptmerkmal ist "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".

Erweiterungsscreenshots

screenshot

Random Colored New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Random Colored New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Random Colored New Tab Random Colored New Tab
ID kponglbcecpfdmcggikbhomhfgmjlolh
Offizielle URL https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh
Beschreibung When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Dateigröße 104 KB
Installationsanzahl 404
Aktuelle Version 1.6
Letztes Update 2012-09-11
Veröffentlichungsdatum 2012-09-11
Bewertung 2.33/5 Insgesamt 15 Bewertungen
Entwickler Anacron
Zahlungsart free
Unterstützte Sprachen 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"
    }
}