Time is Running

Replace new tab page with 'Running Time'

Co to jest Time is Running?

Time is Running to rozszerzenie Chrome opracowane przez http://techproceed.com, a jego główną funkcją jest „Replace new tab page with 'Running Time'”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Time is Running

Pobierz pliki rozszerzeń Time is Running w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Time is Running Time is Running
ID ijnaleaamhgpjmpmjefcnkkjjckbidnf
Oficjalny URL https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf
Opis Replace new tab page with 'Running Time'
Rozmiar pliku 149 KB
Liczba instalacji 34
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2014-07-25
Data Publikacji 2014-07-25
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper http://techproceed.com
Typ Płatności free
Strona Rozszerzenia http://www.techproceed.com/
Obsługiwane Języki 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"
}