todo.tab
todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
todo.tabคืออะไร?
todo.tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.blend88.com และคุณลักษณะหลักของมันคือ "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย todo.tab
ดาวน์โหลดไฟล์ส่วนขยาย todo.tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features include: - Minimalist interface - Editable list title - Markdown support and preview abilities - Data is synced in real-time across all open tabs in any browser/computer you are signed in to - Keyboard shortcuts. - Themes - Multiple bullet styles.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ppoldfapfboboakhinjjmgkolkjhjjkm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm |
คำอธิบาย | todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page. |
ขนาดไฟล์ | 681 KB |
จำนวนการติดตั้ง | 51 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-01-29 |
วันที่เผยแพร่ | 2015-01-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://www.blend88.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/blend88/todo.tab |
URL หน้าช่วยเหลือ | https://github.com/blend88/todo.tab/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "todo.tab", "version": "1.0.1", "manifest_version": 2, "description": "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.", "homepage_url": "https:\/\/github.com\/blend88\/todo.tab", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "clipboardRead", "contextMenus", "management", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |