malter
Use markdown to edit and create notes in Evernote
Wat is malter?
malter is een Chrome-extensie ontwikkeld door jashua212, en de belangrijkste functie is "Use markdown to edit and create notes in Evernote".
Extensie Screenshots
Download het CRX-bestand van de extensie malter
Download malter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pkamkhfinhdkjanbfooobehefdngkpdj |
Officiële URL | https://chrome.google.com/webstore/detail/malter/pkamkhfinhdkjanbfooobehefdngkpdj |
Beschrijving | Use markdown to edit and create notes in Evernote |
Bestandsgrootte | 352 KB |
Aantal Installaties | 28 |
Huidige Versie | 0.9.3 |
Laatst Bijgewerkt | 2019-10-13 |
Publicatiedatum | 2019-10-13 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | jashua212 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://alternote.github.io/Privacy |
Ondersteunde Talen | 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" } |