Time is Running
Replace new tab page with 'Running Time'
Was ist Time is Running?
Time is Running ist eine Chrome-Erweiterung, die von http://techproceed.com entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with 'Running Time'".
Erweiterungsscreenshots
Time is Running-Erweiterungs-CRX-Datei herunterladen
Laden Sie Time is Running-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ijnaleaamhgpjmpmjefcnkkjjckbidnf |
Offizielle URL | https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf |
Beschreibung | Replace new tab page with 'Running Time' |
Dateigröße | 149 KB |
Installationsanzahl | 34 |
Aktuelle Version | 0.6 |
Letztes Update | 2014-07-25 |
Veröffentlichungsdatum | 2014-07-25 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | http://techproceed.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.techproceed.com/ |
Unterstützte Sprachen | 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" } |