Colors for Websites | Color Changer
Change the colors of any website directly in your browser!
Τι είναι το Colors for Websites | Color Changer;
Το Colors for Websites | Color Changer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://colorsforwebsites.com, και η κύρια λειτουργία του είναι "Change the colors of any website directly in your browser!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Colors for Websites | Color Changer
Λήψη αρχείων επέκτασης Colors for Websites | Color Changer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension analyzes the colors of a webpage and gives you the option to change each color individually. You can change the colors with a color picker to find out the perfect palette. Or you just want to analyze if every color matches your brand colors.
FEATURES
• Find all colors of a website
• works with inline and css styles
• choose which colors you want to change
• works with any website
• works also on localhost
(Note: this is a beta version, fell free to write us for feedback, bugs and suggestions) Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | commbemobeohbgnbkkbgkbfenokjaihk |
| Επίσημο URL | https://chromewebstore.google.com/detail/colors-for-websites-color/commbemobeohbgnbkkbgkbfenokjaihk |
| Περιγραφή | Change the colors of any website directly in your browser! |
| Μέγεθος Αρχείου | 650 KB |
| Αριθμός Εγκαταστάσεων | 64 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2022-05-20 |
| Ημερομηνία Δημοσίευσης | 2022-05-15 |
| Προγραμματιστής | https://colorsforwebsites.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://colorsforwebsites.com |
| URL της Σελίδας Πολιτικής Απορρήτου | https://colorsforwebsites.com/Privacy |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Colors for Websites | Color Changer",
"description": "Change the colors of any website directly in your browser!",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "index.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"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-script.js"
],
"css": [
"variables.css"
]
}
]
} | |