Simple Notes
A simple notes extension based off the Mac Notes app.
Simple Notesคืออะไร?
Simple Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey Chang และคุณลักษณะหลักของมันคือ "A simple notes extension based off the Mac Notes app."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Notes
ดาวน์โหลดไฟล์ส่วนขยาย Simple Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With simple notes, you can take and save notes. It's that simple. Other note taking apps have features of mostly little use, ones that can get in the way of usability and convenience. I have always enjoyed the simplicity of the Apple Notes app, both in design and usability, so I decided to base this extension on that app. Hope you enjoy! Note: This extension does not sync with your Apple notes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Notes |
ID | ldfahoabcdgljodjddijjiknleolbcmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh |
คำอธิบาย | A simple notes extension based off the Mac Notes app. |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 1,118 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2015-10-27 |
วันที่เผยแพร่ | 2015-10-26 |
คะแนน | 3.31/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Jeffrey Chang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Notes", "description": "A simple notes extension based off the Mac Notes app.", "version": "1.0.6", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "https:\/\/ajax.googleapis.com\/" ] } |