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
公式URL 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
Eメール [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"
}