Easy Notes
Easiest way for taking quick notes.
Easy Notesคืออะไร?
Easy Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daoket และคุณลักษณะหลักของมันคือ "Easiest way for taking quick notes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Notes
ดาวน์โหลดไฟล์ส่วนขยาย Easy Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy Notes - A perfect tool for taking quick notes. Its fast, secure, and private. A must tool for everyone. RECENT UPDATES: ** Update 1.4 (2024-1-12) ** 1. support Manifest V3 ** Update 1.3 (2020-12-24) ** 1. Beautify style ** Update 1.0 (2019-1-27) ** 1. created Easy Notes PS: Data is not lost even if you empty chrome's cache or cookies. Cheers! Happy note taking.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Notes |
ID | hepiplahmadecihpoebffepnghmmkjem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem |
คำอธิบาย | Easiest way for taking quick notes. |
ขนาดไฟล์ | 199 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2024-01-12 |
วันที่เผยแพร่ | 2019-02-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | daoket |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Notes", "version": "1.4", "description": "Easiest way for taking quick notes. ", "author": "daoket", "icons": { "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*" ], "resources": [ "inject.js" ] } ] } |