Highlight Color
Change the default Highlight Color
Cos'è Highlight Color?
Highlight Color è un'estensione di Chrome sviluppata da Partial Science, e la sua funzione principale è "Change the default Highlight Color".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Highlight Color
Scarica i file di estensione Highlight Color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | Highlight Color |
ID | dllbflhpdeinobodaaibnojmgejkkjii |
URL Ufficiale | https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii |
Descrizione | Change the default Highlight Color |
Dimensione del File | 863 KB |
Conteggio Installazioni | 5,209 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2015-09-30 |
Data di Pubblicazione | 2015-09-30 |
Valutazione | 2.77/5 Totale 70 Valutazioni |
Sviluppatore | Partial Science |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |