Selection Highlighter
Automatically highlight all occurrences of current selection on current page.
O que é Selection Highlighter?
Selection Highlighter é uma extensão do Chrome desenvolvida por Tao, e sua principal característica é "Automatically highlight all occurrences of current selection on current page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Selection Highlighter
Baixe arquivos de extensão Selection Highlighter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Selection Highlighter |
ID | maafgdeicpceceblgclafehagjndfjig |
URL Oficial | https://chromewebstore.google.com/detail/selection-highlighter/maafgdeicpceceblgclafehagjndfjig |
Descrição | Automatically highlight all occurrences of current selection on current page. |
Tamanho do Arquivo | 96.84 KB |
Contagem de Instalações | 112 |
Versão Atual | 0.0.3 |
Última Atualização | 2020-07-17 |
Data de Publicação | 2020-06-03 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Tao |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/taoalpha/selection-highlighter |
URL da Página de Ajuda | https://github.com/taoalpha/selection-highlighter |
Idiomas Suportados | 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": [ " |