Random Background Color

Show a random background color on the Google.com homepage.

Cos'è Random Background Color?

Random Background Color è un'estensione di Chrome sviluppata da Melingo, e la sua funzione principale è "Show a random background color on the Google.com homepage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random Background Color

Scarica i file di estensione Random Background Color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension randomly colors the page when visiting google.com. 

No more boring white background! 
Get excited with a new search tab each time!                    

Informazioni di Base sull'Estensione

Nome Random Background Color Random Background Color
ID ikglgnekadileanonnapmgkeklpgjifk
URL Ufficiale https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk
Descrizione Show a random background color on the Google.com homepage.
Dimensione del File 84.39 KB
Conteggio Installazioni 1,946
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-19
Data di Pubblicazione 2014-01-19
Valutazione 1.18/5 Totale 22 Valutazioni
Sviluppatore Melingo
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Background Color",
    "description": "Show a random background color on the Google.com homepage.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}