Random Background Color

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

Qu'est-ce que Random Background Color ?

Random Background Color est une extension Chrome développée par Melingo, et sa fonction principale est "Show a random background color on the Google.com homepage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random Background Color

Téléchargez les fichiers d'extension Random Background Color 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

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

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

Informations de Base sur l'Extension

Nom Random Background Color Random Background Color
ID ikglgnekadileanonnapmgkeklpgjifk
URL Officiel https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk
Description Show a random background color on the Google.com homepage.
Taille du Fichier 84.39 KB
Nombre d'Installations 1,946
Version Actuelle 0.1
Dernière Mise à Jour 2014-01-19
Date de Publication 2014-01-19
Évaluation 1.18/5 Total 22 Évaluations
Développeur Melingo
Type de Paiement free
Langues Prises en Charge 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"
    ]
}