Timeout
Hey, take a break.
What is Timeout?
Timeout is a Chrome extension developed by Unknown, and its main feature is "Hey, take a break.".
Extension Screenshots
Download Timeout Extension CRX File
Download Timeout extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Timeout |
ID | iihjckfemnlglmafncjgpfckobigbmaf |
Official URL | https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf |
Description | Hey, take a break. |
File Size | 23.49 KB |
Installation Count | 92 |
Current Version | 1.2 |
Last Updated | 2015-03-20 |
Publish Date | 2015-03-20 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |