Colour Cure
Changes default search to colourcure.xyz. Extension button opens a page that shows the user a color palette for inspiration.
Τι είναι το Colour Cure;
Το Colour Cure είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://colourcure.xyz, και η κύρια λειτουργία του είναι "Changes default search to colourcure.xyz. Extension button opens a page that shows the user a color palette for inspiration.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Colour Cure
Λήψη αρχείων επέκτασης Colour Cure σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Did you know that colours can heal your soul?? A nice and cool colour palette con definitely change your mood...and that's the super power of colours!
With our extension, you'll get a new colour palette every time you need it, simply activating our colourcure.xyz search, that will show you a new colour palette every time you open our extension from Chrome's extension list.
Whenever you feel the need of some colour-therapy or just some inspo for your drawings/graphics, activate our extension and enojoy the power of colours!
✦ When you click the extension button you will see the color chooser
✦ This ext will always be free!
✦ Default search will be changed to colourcure.xyz - Powered by Microsoft Bing
Want to learn more or uninstall the extension? Take a look at the links below:
Privacy Policy: https://colourcure.xyz/privacy
TOS: https://colourcure.xyz/tos Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | chmnbaeicbomomjmfkfmhokdngndcdnl |
| Επίσημο URL | https://chromewebstore.google.com/detail/colour-cure/chmnbaeicbomomjmfkfmhokdngndcdnl |
| Περιγραφή | Changes default search to colourcure.xyz. Extension button opens a page that shows the user a color palette for inspiration. |
| Μέγεθος Αρχείου | 10.39 KB |
| Αριθμός Εγκαταστάσεων | 10,000 |
| Τρέχουσα Έκδοση | 3 |
| Τελευταία Ενημέρωση | 2023-04-25 |
| Ημερομηνία Δημοσίευσης | 2022-12-19 |
| Αξιολόγηση | 4.30/5 Συνολικά 165 Αξιολογήσεις |
| Προγραμματιστής | https://colourcure.xyz |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://colourcure.xyz |
| URL της Σελίδας Πολιτικής Απορρήτου | https://colourcure.xyz/privacy |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "icons\/icon48.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_settings_overrides": {
"search_provider": {
"alternate_urls": [],
"encoding": "UTF-8",
"favicon_url": "https:\/\/enjoy.colourcure.xyz\/128.png",
"instant_url": "https:\/\/colourcure.xyz\/omni\/bar?q={searchTerms}",
"instant_url_post_params": "",
"is_default": true,
"keyword": "cscheme",
"name": "Colour Cure",
"search_url": "https:\/\/colourcure.xyz\/omni\/bar?q={searchTerms}",
"search_url_post_params": "",
"suggest_url": "https:\/\/colourcure.xyz\/autocomplete?q={searchTerms}"
}
},
"description": "Changes default search to colourcure.xyz. Extension button opens a page that shows the user a color palette for inspiration.",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/button.png"
},
"externally_connectable": {
"matches": [
"https:\/\/colourcure.xyz\/*"
]
},
"manifest_version": 3,
"name": "Colour Cure",
"permissions": [
"storage"
],
"version": "3"
} | |