Todo Lists Memo Sticky Note / Post It Notes
Transform your Chrome browser into an interactive board for your daily tasks and memos.
Todo Lists Memo Sticky Note / Post It Notesคืออะไร?
Todo Lists Memo Sticky Note / Post It Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GPTBLOX และคุณลักษณะหลักของมันคือ "Transform your Chrome browser into an interactive board for your daily tasks and memos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Todo Lists Memo Sticky Note / Post It Notes
ดาวน์โหลดไฟล์ส่วนขยาย Todo Lists Memo Sticky Note / Post It Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Todo Lists Memo Sticky Note, never miss out on important tasks or reminders. It serves as your personal sticky note board right within Chrome. Features: • Create new notes with a simple click. • Edit or delete notes with ease. • Notes are automatically saved and available across browser sessions. • Enjoy a colorful and intuitive design, with notes featuring random soft hues for a pleasant visual experience.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Todo Lists Memo Sticky Note / Post It Notes |
ID | cblcaabagoijnfpiagcfiaalhmnimfpg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/todo-lists-memo-sticky-no/cblcaabagoijnfpiagcfiaalhmnimfpg |
คำอธิบาย | Transform your Chrome browser into an interactive board for your daily tasks and memos. |
ขนาดไฟล์ | 6.67 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-09-19 |
วันที่เผยแพร่ | 2023-09-18 |
ผู้พัฒนา | GPTBLOX |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Todo Lists Memo Sticky Note \/ Post It Notes", "version": "1.0.0", "description": "Transform your Chrome browser into an interactive board for your daily tasks and memos.", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |