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