Google Page Cumstom Background

Replacing boring default background to random hi-def images

Qu'est-ce que Google Page Cumstom Background ?

Google Page Cumstom Background est une extension Chrome développée par ysl.stefan, et sa fonction principale est "Replacing boring default background to random hi-def images".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Page Cumstom Background

Téléchargez les fichiers d'extension Google Page Cumstom Background 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 is a Google Chrome Extension that will replace blank default background with a random high-definition images downloaded from Unsplash.

You can also view the image along (hiding search bar, navigation bar, ..etc) by double clicking Shift Key to toggle Google components.                    

Informations de Base sur l'Extension

Nom Google Page Cumstom Background Google Page Cumstom Background
ID ilcilmjmcicbgomhddjlgmmajjmekobn
URL Officiel https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn
Description Replacing boring default background to random hi-def images
Taille du Fichier 5.39 KB
Nombre d'Installations 25
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-08-25
Date de Publication 2017-08-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur ysl.stefan
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Page Cumstom Background",
    "description": "Replacing boring default background to random hi-def images",
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/",
                "http:\/\/www.google.com\/"
            ],
            "css": [
                "bg.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Custom Google background"
    }
}