Highlight Me
This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
Cos'è Highlight Me?
Highlight Me è un'estensione di Chrome sviluppata da Faycal Bessayah, e la sua funzione principale è "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Highlight Me
Scarica i file di estensione Highlight Me 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
This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You can point out important information in long web pages by highlighting text with your mouse. * You need to refresh opened pages after installation.
Informazioni di Base sull'Estensione
Nome | Highlight Me |
ID | ddpcccogmbnjklniagfkclpbohhaoidf |
URL Ufficiale | https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf |
Descrizione | This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You… |
Dimensione del File | 265 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-03-14 |
Data di Pubblicazione | 2021-01-09 |
Sviluppatore | Faycal Bessayah |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight Me", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "colorPick.css" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "browser_action": { "default_icon": "Highlight.png", "default_popup": "index.html", "default_title": "Highlight Me" } } |