Tabula (New Tab To-do List)
Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.
Tabula (New Tab To-do List)คืออะไร?
Tabula (New Tab To-do List) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joao Antunes และคุณลักษณะหลักของมันคือ "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabula (New Tab To-do List)
ดาวน์โหลดไฟล์ส่วนขยาย Tabula (New Tab To-do List) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Main features: - Replaces New Tab Page with a list of to-do items. - Synchronized to-do items across your google chrome instances. - Ability to access old to-do items (Show Previous Entries). - Searchable to-do items. - Editable to-do items in place. - Automatically populates today's entry with unfinished to-do items. - Random background (our of 6, more coming).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tabula (New Tab To-do List) |
ID | pnadejonabhdibgdmgfcomljhddlpfcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
คำอธิบาย | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
ขนาดไฟล์ | 5.94 MB |
จำนวนการติดตั้ง | 1,185 |
เวอร์ชันปัจจุบัน | 0.0.9 |
อัปเดตครั้งล่าสุด | 2018-03-07 |
วันที่เผยแพร่ | 2018-03-06 |
คะแนน | 4.33/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Joao Antunes |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jasantunes/Tabula |
URL หน้าช่วยเหลือ | https://github.com/jasantunes/Tabula |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabula (New Tab To-do List)", "short_name": "Tabula", "version": "0.0.9", "description": "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "homepage_url": "https:\/\/github.com\/jasantunes\/Tabula", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "identity" ] } |