Stuff To Do
Simple to-do list in a browser -- everything is automatically saved.
Stuff To Doคืออะไร?
Stuff To Do เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kg และคุณลักษณะหลักของมันคือ "Simple to-do list in a browser -- everything is automatically saved."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stuff To Do
ดาวน์โหลดไฟล์ส่วนขยาย Stuff To Do ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple & quick way to manage your TO-DO list in a separate tab. Just click and go! Everything is automatically saved, so you can close the tab at anytime and nothing is lost.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | odniioffonljijkkpkheimndcifoeidi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi |
คำอธิบาย | Simple to-do list in a browser -- everything is automatically saved. |
ขนาดไฟล์ | 17.21 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-06-02 |
วันที่เผยแพร่ | 2013-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | kg |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stuff To Do", "version": "1.2", "description": "Simple to-do list in a browser -- everything is automatically saved.", "browser_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |