Note Board Sticky Notes
Simple and very light weight extension,it remind your works or tasks.
Note Board Sticky Notesคืออะไร?
Note Board Sticky Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krishna และคุณลักษณะหลักของมันคือ "Simple and very light weight extension,it remind your works or tasks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Note Board Sticky Notes
ดาวน์โหลดไฟล์ส่วนขยาย Note Board Sticky Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It is very easy to handle and save your valuable points and remember your tasks on it Our features: - Save Notes...! - Right click to add text in popup
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Note Board Sticky Notes |
ID | aiichcjobjkafoiaapgoleibkogafemj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj |
คำอธิบาย | Simple and very light weight extension,it remind your works or tasks. |
ขนาดไฟล์ | 69.72 KB |
จำนวนการติดตั้ง | 332 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-12-10 |
วันที่เผยแพร่ | 2020-12-09 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Krishna |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.krishnamurthy.me/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Note Board Sticky Notes", "version": "1.0", "description": "Simple and very light weight extension,it remind your works or tasks.", "permissions": [ "storage", "notifications", "contextMenus", "unlimitedStorage" ], "browser_action": { "default_icon": "icons\/16.png", "default_title": "Click Me Here", "default_popup": "\/popup.html" }, "background": { "scripts": [ "\/scripts\/eventPage.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |