FocusTab
FocusTab - stay productive, stay focused!
FocusTabคืออะไร?
FocusTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ajaxray และคุณลักษณะหลักของมันคือ "FocusTab - stay productive, stay focused!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FocusTab
ดาวน์โหลดไฟล์ส่วนขยาย FocusTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FocusTab is a chrome New Tab Page extension that will force you to be productive. Whenever you open a new tab, It will show you what are your current tasks and where you should focus on. It will keep you focused by - * Managing your everyday tasks using Google Tasks with a easy-to-use interface * Keeping your long term goals on your eye sight with completion percentage Main features ============= 1. Google Tasks After authenticating your google account, your tasklists will be shown as tabs. Each tab will show the tasks. You can do the following things with Google Tasks: * Add/Remove Tasklists * Add new task * Clear tasklist (remove all checked tasks) * Reload (remove cacahe and load from google) * Make Default List (will remain open by default) 2. Goals You can list your long term goals from settings page and those will be listed here. Always, whenever you'll open a tab, you'll seet this list. It will help you stay focused towards your goals. You should mention (with an @ sign at the end of line) how much of your target you've achieved. This will show beautiful progressbar and style. Actually, this progressbar is the key inspiration! 3. Offline access When you're offline or cannot access Google Task API, almost everything will work smoothly. The only difference is, TaskList and Tasks will be showing from cache and no add/edit will be possible. 4. Quotes Inspiring quotes about productivity/success/anything that will keep you fully charged always. 5. Apps List of your installed chrome apps. Just an easy way to access them. 6. Customizable title What is the first thing you want to see on top of new tab? I'd like Bismillah, so keeping this as default. But you can change it to whatever you like. 7. Settings Almost everything of this page is customizable! From settings page, you can change: * Goolas - list your goals with percent of achievement. * Goolas Header - The title above goals list * Topbar title - Title of page, showing on top navigation bar. * Quotes - List of quotes. Randomly a quote from this list will be showing on each refresh. 8. Minimum data use Once a list is loaded from Google Task, the cached list will be shown until you do any change. And if you update/create new ticket, only that task will be updated, not the whole list. This ensures that this extension will use minimum required (internet) data. NOTE: if you do any change from other Google Task client, you should click "reload list" button to sync up.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | miphjinacklepkdecoikgjicjpaijkhg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/focustab/miphjinacklepkdecoikgjicjpaijkhg |
คำอธิบาย | FocusTab - stay productive, stay focused! |
ขนาดไฟล์ | 445 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 0.0.0.2 |
อัปเดตครั้งล่าสุด | 2014-05-08 |
วันที่เผยแพร่ | 2014-05-08 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | ajaxray |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ajaxray.com/chromeext/focus-tab/ |
URL หน้าช่วยเหลือ | http://focustab.uservoice.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FocusTab", "short_name": "FocusTab", "description": "FocusTab - stay productive, stay focused!", "version": "0.0.0.2", "icons": { "48": "target.jpg", "128": "target.jpg" }, "manifest_version": 2, "permissions": [ "storage", "identity", "management", "https:\/\/www.googleapis.com\/tasks\/*" ], "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html" } } |