malter

Use markdown to edit and create notes in Evernote

What is malter?

malter is a Chrome extension developed by jashua212, and its main feature is "Use markdown to edit and create notes in Evernote".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download malter Extension CRX File

Download malter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name malter malter
ID pkamkhfinhdkjanbfooobehefdngkpdj
Official URL https://chrome.google.com/webstore/detail/malter/pkamkhfinhdkjanbfooobehefdngkpdj
Description Use markdown to edit and create notes in Evernote
File Size 352 KB
Installation Count 28
Current Version 0.9.3
Last Updated 2019-10-13
Publish Date 2019-10-13
Rating 5.00/5 Total 5 Ratings
Developer jashua212
Email [email protected]
Payment Type free
Privacy Policy Page URL https://alternote.github.io/Privacy
Supported Languages 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"
}