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.

Vad är Random Colored New Tab?

Random Colored New Tab är en Chrome-tillägg utvecklad av Anacron, och dess huvudfunktion är "When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.".

Tilläggsskärmbilder

screenshot

Ladda ner Random Colored New Tab-förlängningens CRX-fil

Ladda ner Random Colored New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Random Colored New Tab Random Colored New Tab
ID kponglbcecpfdmcggikbhomhfgmjlolh
Officiell webbadress https://chromewebstore.google.com/detail/random-colored-new-tab/kponglbcecpfdmcggikbhomhfgmjlolh
Beskrivning When enabled, new tabs display a blank page with a random background color instead of the usual new tab page with the defaults.
Filstorlek 104 KB
Antal Installationer 404
Aktuell Version 1.6
Senast Uppdaterad 2012-09-11
Publiceringsdatum 2012-09-11
Betyg 2.33/5 Totalt 15 Betyg
Utvecklare Anacron
Betalningssätt free
Stödda Språk 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"
    }
}