Selection Highlighter
Automatically highlight all occurrences of current selection on current page.
Cos'è Selection Highlighter?
Selection Highlighter è un'estensione di Chrome sviluppata da Tao, e la sua funzione principale è "Automatically highlight all occurrences of current selection on current page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Selection Highlighter
Scarica i file di estensione Selection Highlighter 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
Selection highlighter will help you automatically highlight all occurrences of current selection on current page, also works for shadow DOM pages. The extension also allow you to toggle on/off the feature from options page, also change the default configurations like highlight color etc Release notes: v0.0.3: - Allow config the threshold to ignore selection when apply highlighting - Always ignore `style` tag when highlighting, avoid messing up the page
Informazioni di Base sull'Estensione
Nome | Selection Highlighter |
ID | maafgdeicpceceblgclafehagjndfjig |
URL Ufficiale | https://chromewebstore.google.com/detail/selection-highlighter/maafgdeicpceceblgclafehagjndfjig |
Descrizione | Automatically highlight all occurrences of current selection on current page. |
Dimensione del File | 96.84 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2020-07-17 |
Data di Pubblicazione | 2020-06-03 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Tao |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/taoalpha/selection-highlighter |
URL della Pagina di Aiuto | https://github.com/taoalpha/selection-highlighter |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Highlighter", "description": "Automatically highlight all occurrences of current selection on current page.", "version": "0.0.3", "browser_action": { "default_icon": "icon.png", "default_title": "Selection Highlighter" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "content_scripts": [ { "run_at": "document_end", "matches": [ " |