Timeout

Hey, take a break.

¿Qué es Timeout?

Timeout es una extensión de Chrome desarrollada por Unknown, y su función principal es "Hey, take a break.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Timeout

Descarga archivos de extensión Timeout en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Timeout Timeout
ID iihjckfemnlglmafncjgpfckobigbmaf
URL Oficial https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf
Descripción Hey, take a break.
Tamaño del Archivo 23.49 KB
Cantidad de Instalaciones 92
Versión Actual 1.2
Última Actualización 2015-03-20
Fecha de Publicación 2015-03-20
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    ]
}