malter

Use markdown to edit and create notes in Evernote

什麼是malter?

malter是由jashua212開發的Chrome擴展程式,該擴展的主要功能是“Use markdown to edit and create notes in Evernote”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載malter擴展crx文件

下載malter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 malter malter
ID pkamkhfinhdkjanbfooobehefdngkpdj
官方網址 https://chrome.google.com/webstore/detail/malter/pkamkhfinhdkjanbfooobehefdngkpdj
簡介 Use markdown to edit and create notes in Evernote
檔案大小 352 KB
安裝次數 28
目前版本 0.9.3
更新時間 2019-10-13
上架時間 2019-10-13
評分 5.00/5 共 5 次評分
開發者 jashua212
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://alternote.github.io/Privacy
支援的語言 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"
}