Timeout

Hey, take a break.

Qu'est-ce que Timeout ?

Timeout est une extension Chrome développée par Unknown, et sa fonction principale est "Hey, take a break.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Timeout

Téléchargez les fichiers d'extension Timeout au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Timeout Timeout
ID iihjckfemnlglmafncjgpfckobigbmaf
URL Officiel https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf
Description Hey, take a break.
Taille du Fichier 23.49 KB
Nombre d'Installations 92
Version Actuelle 1.2
Dernière Mise à Jour 2015-03-20
Date de Publication 2015-03-20
Évaluation 3.50/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}