malter
Use markdown to edit and create notes in Evernote
malterคืออะไร?
malter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jashua212 และคุณลักษณะหลักของมันคือ "Use markdown to edit and create notes in Evernote"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย malter
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |