Change Background Color

Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project

Τι είναι το Change Background Color;

Το Change Background Color είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Melaine Gérard, και η κύρια λειτουργία του είναι "Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Change Background Color

Λήψη αρχείων επέκτασης Change Background Color σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Allow you to change the background color of a website.
It can be useful when you make front end development and you want to find the best color for your background directly in your browser but you don't want to find it directly in your code.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
Επίσημο URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
Περιγραφή Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
Μέγεθος Αρχείου 1.42 MB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-11-06
Ημερομηνία Δημοσίευσης 2021-11-06
Προγραμματιστής Melaine Gérard
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Background Color",
    "description": "Allow you to change the background color of a website \/ Color Picker icon by Kenneth Appiah from the Noun Project",
    "version": "1.0",
    "author": "Melaine G\u00e9rard ",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        },
        "icons": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    }
}