malter
Use markdown to edit and create notes in Evernote
O que é malter?
malter é uma extensão do Chrome desenvolvida por jashua212, e sua principal característica é "Use markdown to edit and create notes in Evernote".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão malter
Baixe arquivos de extensão malter 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
Features include: • Side-by-side view and scrolling • Syntax highlighting and beautifying of code blocks • Export note contents in markdown or html • GitHub flavored markdown
Informações Básicas da Extensão
Nome | |
ID | pkamkhfinhdkjanbfooobehefdngkpdj |
URL Oficial | https://chrome.google.com/webstore/detail/malter/pkamkhfinhdkjanbfooobehefdngkpdj |
Descrição | Use markdown to edit and create notes in Evernote |
Tamanho do Arquivo | 352 KB |
Contagem de Instalações | 28 |
Versão Atual | 0.9.3 |
Última Atualização | 2019-10-13 |
Data de Publicação | 2019-10-13 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | jashua212 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://alternote.github.io/Privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon.png" }, "default_title": "malter" }, "description": "Use markdown to edit and create notes in Evernote", "icons": { "128": "img\/icon.png" }, "manifest_version": 2, "name": "malter", "permissions": [ "contextMenus", "storage", "tabs", "cookies", "https:\/\/www.evernote.com\/*" ], "version": "0.9.3" } |