Highlight Color
Change the default Highlight Color
Qu'est-ce que Highlight Color ?
Highlight Color est une extension Chrome développée par Partial Science, et sa fonction principale est "Change the default Highlight Color".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Highlight Color
Téléchargez les fichiers d'extension Highlight Color 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
Tiered of seeing that boring and dull shade of blue when ever you select text on a website? Well now you can change the color with only a few simple clicks How to use Download the extension Click the Enabled Box Select the colors you want easily with your computers default color picker Then click "save changes" and the color will change It's that simple Version 3.0 Bug fixes PS the code is really messy and poorly optimized as this is one of the first extensions I had ever written and I will do a complete rewrite of it when I get the chance for the next update. Hopefully 3.0 fixed an installation issue some users were facing but don't worry this poor state is only temporary and Version 4.0 should be much better so stay posted and I hope you like the extension :)
Informations de Base sur l'Extension
Nom | Highlight Color |
ID | dllbflhpdeinobodaaibnojmgejkkjii |
URL Officiel | https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii |
Description | Change the default Highlight Color |
Taille du Fichier | 863 KB |
Nombre d'Installations | 5,209 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2015-09-30 |
Date de Publication | 2015-09-30 |
Évaluation | 2.77/5 Total 70 Évaluations |
Développeur | Partial Science |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Highlight Color" }, "description": "Change the default Highlight Color", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Highlight Color", "version": "3.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |