Timeout

Hey, take a break.

Wat is Timeout?

Timeout is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Hey, take a break.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Timeout

Download Timeout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Timeout Timeout
ID iihjckfemnlglmafncjgpfckobigbmaf
Officiële URL https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf
Beschrijving Hey, take a break.
Bestandsgrootte 23.49 KB
Aantal Installaties 92
Huidige Versie 1.2
Laatst Bijgewerkt 2015-03-20
Publicatiedatum 2015-03-20
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}