Highlighter
Make creating ,viewing and managing highlight easier
O que é Highlighter?
Highlighter é uma extensão do Chrome desenvolvida por LeNoob, e sua principal característica é "Make creating ,viewing and managing highlight easier".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Highlighter
Baixe arquivos de extensão 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
HIGHLIGHTER I used to write a lot of essays, and reports when I was in university. I developed Highlighter in order to help me highlight interesting ideas that I came across on the internet. This tool can store those highlights on your local so that you can check them back later. ===================== INSTALLATION + After installing the extension from chrome web store, it is recommended to refresh all the tabs or reopen the browser. ===================== CURRENT FEATURES + Highlight selected text + Change highlight colour + Remove highlight + Bookmark highlighted sites + Bulk remove highlights from the popup + Enable/Disable highlight from the popup
Informações Básicas da Extensão
Nome | Highlighter |
ID | dinoehnfgoidbfpggkdkofpijennefgf |
URL Oficial | https://chromewebstore.google.com/detail/highlighter/dinoehnfgoidbfpggkdkofpijennefgf |
Descrição | Make creating ,viewing and managing highlight easier |
Tamanho do Arquivo | 1.2 MB |
Contagem de Instalações | 1,847 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-07-31 |
Data de Publicação | 2019-01-10 |
Classificação | 3.68/5 Total de 25 Avaliações |
Desenvolvedor | LeNoob |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ilenoob.github.io/highlighter |
URL da Página de Ajuda | https://ilenoob.github.io/highlighter |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlighter", "short_name": "Highlighter", "description": "Make creating ,viewing and managing highlight easier", "version": "1.0.1", "icons": { "16": "assets\/highlight_16.png", "32": "assets\/highlight_32.png", "64": "assets\/highlight_64.png" }, "action": { "default_title": "Highlighter", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |