EasyNotePad
Notepad that saves what you write
EasyNotePadคืออะไร?
EasyNotePad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeeth Suresh และคุณลักษณะหลักของมันคือ "Notepad that saves what you write"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyNotePad
ดาวน์โหลดไฟล์ส่วนขยาย EasyNotePad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! Current commands:creates a list of items COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
คำอธิบาย | Notepad that saves what you write |
ขนาดไฟล์ | 45.13 KB |
จำนวนการติดตั้ง | 452 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-02-24 |
วันที่เผยแพร่ | 2014-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Jeeth Suresh |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyNotePad", "description": "Notepad that saves what you write", "version": "0.1", "permissions": [ "background", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "easynotepad.html" } } |