Leaf: Simple Notes

A simple way to create and manage individual notes quickly and efficiently.

Leaf: Simple Notesคืออะไร?

Leaf: Simple Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Ho และคุณลักษณะหลักของมันคือ "A simple way to create and manage individual notes quickly and efficiently."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leaf: Simple Notes

ดาวน์โหลดไฟล์ส่วนขยาย Leaf: Simple Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📣 📣 📣 ANNOUNCEMENT 📣 📣 📣

This app is no longer receiving updates, you can find an newer alternative extension here:
 
https://chrome.google.com/webstore/detail/boost-task-management-mad/jeoeplaeienbiolajhbpjojcjpjljode

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Leaf provides a simple, quick and intuitive way to create and manage notes.

Great for those on the computer most of the day and need a place to jot down reminders or thoughts quickly.

Version 1.3.1 Update:
- Shift + Tab in New Note 'details' area goes back to Note 'title' area
- Updated graphics for tool-tips hover
- Updated highlight color

Version 1.3.0 Update:
- Notes now collapse what you drag to re-order them
- Updated animations
- Pressing enter in Title area now jumps to Details area instead of adding note when making a new note
 
Version 1.2.9 Update:
- New note option "bring note to top"
- Added quick add feature (press ctrl+enter in details area of new note)
- Updated graphics

Version 1.2.8 Update:
- Added information icon (date of creation)
- Search animations for better UX

Version 1.2.4 Update:
- Now you can toggle editing by double clicking details 
  section of a note
- Indentation bug resolved

Version 1.2.0 Update:
- Search functionality added
- Increased size of overall UI

Version 1.1.3 Update:
- Text now saves in text boxes if not submitted
- Updated icons
- Moved edit button away from trash button

Version 1.1.2 Update:
- Click and drag option to re-order notes
- Quick add by pressing enter in first input box
- Updated graphics and icons

Any questions or concerns? Feel free to send a message!
Love the extension? Give us a rating!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Leaf: Simple Notes Leaf: Simple Notes
ID fobdcbnndmloacbikchffcpjinbkadei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leaf-simple-notes/fobdcbnndmloacbikchffcpjinbkadei
คำอธิบาย A simple way to create and manage individual notes quickly and efficiently.
ขนาดไฟล์ 999 KB
จำนวนการติดตั้ง 65,399
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-11-07
วันที่เผยแพร่ 2017-07-12
คะแนน 4.44/5 รวมทั้งหมด 169 คะแนน
ผู้พัฒนา Josh Ho
อีเมล josh.ho.dev@gmail.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leaf: Simple Notes",
    "version": "1.3.1",
    "offline_enabled": true,
    "description": "A simple way to create and manage individual notes quickly and efficiently.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}