malter
Use markdown to edit and create notes in Evernote
什么是malter?
malter是由jashua212开发的Chrome扩展程序,该扩展的主要功能是“Use markdown to edit and create notes in Evernote”。
扩展截图
下载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
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" } |