Time is Running

Replace new tab page with 'Running Time'

O que é Time is Running?

Time is Running é uma extensão do Chrome desenvolvida por http://techproceed.com, e sua principal característica é "Replace new tab page with 'Running Time'".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Time is Running

Baixe arquivos de extensão Time is Running no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Time is Running Time is Running
ID ijnaleaamhgpjmpmjefcnkkjjckbidnf
URL Oficial https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf
Descrição Replace new tab page with 'Running Time'
Tamanho do Arquivo 149 KB
Contagem de Instalações 34
Versão Atual 0.6
Última Atualização 2014-07-25
Data de Publicação 2014-07-25
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor http://techproceed.com
Tipo de Pagamento free
Site da Extensão http://www.techproceed.com/
Idiomas Suportados 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"
}