Time is Running

Replace new tab page with 'Running Time'

Что такое Time is Running?

Time is Running - это расширение Chrome, разработанное http://techproceed.com, и его основная функция - "Replace new tab page with 'Running Time'".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Time is Running

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название Time is Running Time is Running
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"
}