Change Background Color
change the current site background to your desired color
Τι είναι το Change Background Color;
Το Change Background Color είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hoishing, και η κύρια λειτουργία του είναι "change the current site background to your desired color".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Change Background Color
Λήψη αρχείων επέκτασης Change Background Color σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. No special permissions are required, no data is collected, and no privacy concerns. 🔗 source code https://github.com/hoishing/chrome-change-background-color
Βασικές Πληροφορίες Επέκτασης
Όνομα | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
Επίσημο URL | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
Περιγραφή | change the current site background to your desired color |
Μέγεθος Αρχείου | 15.48 KB |
Αριθμός Εγκαταστάσεων | 304 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2023-09-09 |
Ημερομηνία Δημοσίευσης | 2023-08-10 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | hoishing |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/hoishing/chrome-change-background-color |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/hoishing/chrome-change-background-color/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change Background Color", "version": "1.1.0", "description": "change the current site background to your desired color", "permissions": [ "scripting", "activeTab" ], "icons": { "64": "bg-color64.png", "128": "bg-color128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "64": "bg-color64.png", "128": "bg-color128.png" } } } |