Background Changer

apply different colors to webpage background and find which looks perfect

Qu'est-ce que Background Changer ?

Background Changer est une extension Chrome développée par ermajsurfaceret, et sa fonction principale est "apply different colors to webpage background and find which looks perfect".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Background Changer

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

                        Background Changer help you apply different colors to your favorite websites background.                    

Informations de Base sur l'Extension

Nom Background Changer Background Changer
ID dolkekeohjbdpclenociegcnolpipafo
URL Officiel https://chrome.google.com/webstore/detail/background-changer/dolkekeohjbdpclenociegcnolpipafo
Description apply different colors to webpage background and find which looks perfect
Taille du Fichier 19.77 KB
Nombre d'Installations 1,000
Version Actuelle 0.1
Dernière Mise à Jour 2022-07-07
Date de Publication 2022-07-07
Évaluation 3.00/5 Total 1 Évaluations
Développeur ermajsurfaceret
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": 3,
    "name": "Background Changer",
    "description": "apply different colors to webpage background and find which looks perfect",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}