Timeout

Hey, take a break.

Cos'è Timeout?

Timeout è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Hey, take a break.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Timeout

Scarica i file di estensione Timeout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Timeout Timeout
ID iihjckfemnlglmafncjgpfckobigbmaf
URL Ufficiale https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf
Descrizione Hey, take a break.
Dimensione del File 23.49 KB
Conteggio Installazioni 92
Versione Corrente 1.2
Ultimo Aggiornamento 2015-03-20
Data di Pubblicazione 2015-03-20
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}