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 |
官方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" } |