Timeout
Hey, take a break.
Timeoutとは何ですか?
TimeoutはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Hey, take a break.」です。
拡張機能のスクリーンショット
Timeout拡張機能のCRXファイルをダウンロード
Timeout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Timeout |
ID | iihjckfemnlglmafncjgpfckobigbmaf |
公式URL | https://chromewebstore.google.com/detail/timeout/iihjckfemnlglmafncjgpfckobigbmaf |
説明 | Hey, take a break. |
ファイルサイズ | 23.49 KB |
インストール数 | 92 |
現在のバージョン | 1.2 |
最終更新日 | 2015-03-20 |
公開日 | 2015-03-20 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | 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" ] } |