Time is Running
Replace new tab page with 'Running Time'
Time is Runningคืออะไร?
Time is Running เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://techproceed.com และคุณลักษณะหลักของมันคือ "Replace new tab page with 'Running Time'"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time is Running
ดาวน์โหลดไฟล์ส่วนขยาย Time is Running ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Most anti-procrastination apps on the web help you stay focussed and increase productivity by blocking time wasting websites. The thinking goes that if these online distractions are gone, you are more likely to focus on actual work. Every time you launch Chrome, or open a new tab in the browser, the extension works as a sobering reminder that the clock is ticking away. That may motivate you to exit the Bermuda productivity triangle and focus on the more important things.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ijnaleaamhgpjmpmjefcnkkjjckbidnf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf |
คำอธิบาย | Replace new tab page with 'Running Time' |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2014-07-25 |
วันที่เผยแพร่ | 2014-07-25 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://techproceed.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.techproceed.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with 'Running Time'", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Time is Running", "offline_enabled": true, "version": "0.6" } |