Prioritab
A new tab page to remind you of your priorities
Prioritabคืออะไร?
Prioritab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ajyang818 และคุณลักษณะหลักของมันคือ "A new tab page to remind you of your priorities"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prioritab
ดาวน์โหลดไฟล์ส่วนขยาย Prioritab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A new tab page that emphasizes setting priorities. Set your priorities for the day, week and month, and be reminded about them every time you open a new tab! Newest version (v2.0.0, 5/6/17): (all credit to Github user griffedge) responsive redesign Past updates: v1.1.3, 3/26/17: (all credit to Github user griffedge) many design improvements v1.1.2, 11/26/16: (all credit to Github users bitvitez and pali) clearer way to remove Prioritab v1.1.1, 3/1/16: (all credit to Github user bitvitez) ability to customize date/time formats v1.1.0, 12/31/15: to-do items can now be edited in-line, and marked 'done' without deleting the card v1.0.1, 9/2/15: to-do items now have a 'cards' look to them v1.0.0, 05/10/15: drag-and-drop between lists; toggle for "workday" instead of day timer v0.1.3, 01/25/15: ability to customize your Prioritab's colors v0.1.2, 12/31/14: some backend changes that sync your priorities across devices!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Prioritab |
ID | napbejkndjhcciibiglkimmgdlfjcbnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/prioritab/napbejkndjhcciibiglkimmgdlfjcbnp |
คำอธิบาย | A new tab page to remind you of your priorities |
ขนาดไฟล์ | 980 KB |
จำนวนการติดตั้ง | 14,365 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2017-05-06 |
วันที่เผยแพร่ | 2017-05-06 |
คะแนน | 4.27/5 รวมทั้งหมด 115 คะแนน |
ผู้พัฒนา | ajyang818 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prioritab", "description": "A new tab page to remind you of your priorities", "version": "2.0.0", "chrome_url_overrides": { "newtab": "prioritab.html" }, "icons": { "16": "prioritab_logo_v2_16.png", "32": "prioritab_logo_v2_32.png", "48": "prioritab_logo_v2_48.png", "128": "prioritab_logo_v2_128.png" }, "manifest_version": 2, "permissions": [ "storage" ] } |