HyLighter
Testing Plugin
O que é HyLighter?
HyLighter é uma extensão do Chrome desenvolvida por hyluo94, e sua principal característica é "Testing Plugin".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HyLighter
Baixe arquivos de extensão HyLighter 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
It highlights selections of text on a page to; good for highlighting key information to review.
Informações Básicas da Extensão
Nome | HyLighter |
ID | kamffcmhmfcabolfglfbofmocimkacie |
URL Oficial | https://chromewebstore.google.com/detail/hylighter/kamffcmhmfcabolfglfbofmocimkacie |
Descrição | Testing Plugin |
Tamanho do Arquivo | 11.43 KB |
Contagem de Instalações | 27 |
Versão Atual | 1.0 |
Última Atualização | 2021-01-16 |
Data de Publicação | 2021-01-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | hyluo94 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HyLighter", "description": "Testing Plugin", "version": "1.0", "browser_action": { "default_icon": "pen.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "pen.png", "48": "pen.png", "128": "pen.png" } } |