Timeout
Hey, take a break.
Was ist Timeout?
Timeout ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Hey, take a break.".
Erweiterungsscreenshots
Timeout-Erweiterungs-CRX-Datei herunterladen
Laden Sie Timeout-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iihjckfemnlglmafncjgpfckobigbmaf |
| Offizielle URL | https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf |
| Beschreibung | Hey, take a break. |
| Dateigröße | 23.49 KB |
| Installationsanzahl | 92 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2015-03-20 |
| Veröffentlichungsdatum | 2015-03-20 |
| Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |