Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
O que é Add-ons for Evernote Web App?
Add-ons for Evernote Web App é uma extensão do Chrome desenvolvida por vlx, e sua principal característica é "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Add-ons for Evernote Web App
Baixe arquivos de extensão Add-ons for Evernote Web App 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
Updated for the new Evernote Web version: highlight text with any color, sort tables, sort lists and checklists, set any font size, justify text. Not affiliated with Evernote Corp.
Informações Básicas da Extensão
Nome | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
URL Oficial | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
Descrição | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
Tamanho do Arquivo | 27.74 KB |
Contagem de Instalações | 2,939 |
Versão Atual | 25 |
Última Atualização | 2020-11-20 |
Data de Publicação | 2019-05-09 |
Classificação | 4.54/5 Total de 26 Avaliações |
Desenvolvedor | vlx |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
URL da Página de Política de Privacidade | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add-ons for Evernote Web App", "description": "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.", "version": "25", "permissions": [ "https:\/\/www.evernote.com\/", "activeTab" ], "web_accessible_resources": [ "en\/entextbeta.js", "en\/entables.js", "en\/enalpha.js", "en\/enchecklist.js", "en\/entblsort.js" ], "icons": { "16": "img\/ico16.png", "48": "img\/ico48.png", "128": "img\/ico128.png" }, "browser_action": { "default_icon": "img\/ico19.png", "default_popup": "vlxevernote.html" } } |