Task Remainder
Add your Task to get Remainder
Task Remainderคืออะไร?
Task Remainder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abhinayafeb19 และคุณลักษณะหลักของมันคือ "Add your Task to get Remainder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Task Remainder
ดาวน์โหลดไฟล์ส่วนขยาย Task Remainder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension helps User to note down plans and get reminder on time so can never forget something important.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Task Remainder |
ID | kgoaofjpjpekifclaoindlockcngoeed |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/task-remainder/kgoaofjpjpekifclaoindlockcngoeed |
คำอธิบาย | Add your Task to get Remainder |
ขนาดไฟล์ | 145 KB |
จำนวนการติดตั้ง | 585 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-08-11 |
วันที่เผยแพร่ | 2020-08-10 |
ผู้พัฒนา | abhinayafeb19 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://abhinaya-bala.github.io/ |
URL หน้าช่วยเหลือ | https://abhinaya-bala.github.io/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Remainder", "version": "0.0.1", "manifest_version": 2, "description": "Add your Task to get Remainder", "homepage_url": "https:\/\/github.com\/Abhinaya-bala\/TodoExtension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "storage", "notifications", "alarms", "contextMenus" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/popup\/popup.html" } } |