Timeout

Hey, take a break.

O que é Timeout?

Timeout é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Hey, take a break.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Timeout

Baixe arquivos de extensão Timeout 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

                        TimeOut is a tool to promote a healthy lifestyle at work. The extension lets you save webpages or notes to read at a later time when it reminds you to take a break. Take a walk, stay hydrated, or read that article that you couldn't make time for this morning.                    

Informações Básicas da Extensão

Nome Timeout Timeout
ID iihjckfemnlglmafncjgpfckobigbmaf
URL Oficial https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf
Descrição Hey, take a break.
Tamanho do Arquivo 23.49 KB
Contagem de Instalações 92
Versão Atual 1.2
Última Atualização 2015-03-20
Data de Publicação 2015-03-20
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timeout",
    "version": "1.2",
    "description": "Hey, take a break.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "idle"
    ],
    "browser_action": {
        "default_title": "Timeout",
        "default_icon": "16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "short_name": "Timeout",
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}