Multi Note
this is simple notepad, supports most 6 notepad record retention
Multi Noteคืออะไร?
Multi Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MarkQ และคุณลักษณะหลักของมันคือ "this is simple notepad, supports most 6 notepad record retention"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi Note
ดาวน์โหลดไฟล์ส่วนขยาย Multi Note ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
this is simple notepad, supports most 6 notepad record retention. 简易便笺,支持最多6个便笺记录保存 Support shortcut keys 1-6; Support Automatic save; Support MARKDOWN; version 1.3.1: Fix screen layout. version 1.3.0: Support MARKDOWN syntax and Preview. version 1.2.2: Save data location of the last note. version 1.2.1: Increase text-area read-only properties; Expanded to 6 buttons;
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | cflapangklaiohnpdnkpmjmifinbgkjo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo |
คำอธิบาย | this is simple notepad, supports most 6 notepad record retention |
ขนาดไฟล์ | 27.94 KB |
จำนวนการติดตั้ง | 178 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2013-03-09 |
วันที่เผยแพร่ | 2013-03-09 |
คะแนน | 4.17/5 รวมทั้งหมด 53 คะแนน |
ผู้พัฒนา | MarkQ |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multi Note", "version": "1.3.1", "manifest_version": 2, "description": "this is simple notepad, supports most 6 notepad record retention", "icons": { "48": "icon_B.png" }, "browser_action": { "default_title": "Multi Note", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true } } |