Time is Running
Replace new tab page with 'Running Time'
Hvad er Time is Running?
Time is Running er en Chrome-udvidelse udviklet af http://techproceed.com, og dens hovedfunktion er "Replace new tab page with 'Running Time'".
Udvidelsesskærmbilleder
Download Time is Running-udvidelses-CRX-fil
Download Time is Running-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ijnaleaamhgpjmpmjefcnkkjjckbidnf |
Officiel URL | https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf |
Beskrivelse | Replace new tab page with 'Running Time' |
Filstørrelse | 149 KB |
Antal Installationer | 34 |
Nuværende Version | 0.6 |
Senest Opdateret | 2014-07-25 |
Udgivelsesdato | 2014-07-25 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | http://techproceed.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.techproceed.com/ |
Understøttede Sprog | 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" } |