Time is Running
Replace new tab page with 'Running Time'
什麼是Time is Running?
Time is Running是由http://techproceed.com開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with 'Running Time'”。
擴展截圖
下載Time is Running擴展crx文件
下載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 |
官方網址 | 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" } |