malter
Use markdown to edit and create notes in Evernote
malter là gì?
malter là một tiện ích mở rộng Chrome được phát triển bởi jashua212, và tính năng chính của nó là "Use markdown to edit and create notes in Evernote".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng malter
Tải xuống các tệp mở rộng malter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pkamkhfinhdkjanbfooobehefdngkpdj |
URL Chính Thức | https://chrome.google.com/webstore/detail/malter/pkamkhfinhdkjanbfooobehefdngkpdj |
Mô tả | Use markdown to edit and create notes in Evernote |
Kích Thước Tệp | 352 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.9.3 |
Cập Nhật Lần Cuối | 2019-10-13 |
Ngày Phát Hành | 2019-10-13 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | jashua212 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://alternote.github.io/Privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |