Timer: the Simple Timer
A simple,minimalist 25 minutes timer.
Timer: the Simple Timerとは何ですか?
Timer: the Simple Timerはvalya.situationによって開発されたChromeの拡張機能で、その主な機能は「A simple,minimalist 25 minutes timer.」です。
拡張機能のスクリーンショット
Timer: the Simple Timer拡張機能のCRXファイルをダウンロード
Timer: the Simple Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.
拡張機能の基本情報
名前 | |
ID | pbncilcogkcfjdfbdaikpofojdcfgplo |
公式URL | https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo |
説明 | A simple,minimalist 25 minutes timer. |
ファイルサイズ | 100 KB |
インストール数 | 53 |
現在のバージョン | 1.8 |
最終更新日 | 2019-08-03 |
公開日 | 2019-08-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | valya.situation |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Timer.png", "default_title": "Timer" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "Timer_128.png", "16": "Timer_16.png" }, "manifest_version": 2, "name": "__MSG_extName__", "offline_enabled": true, "omnibox": { "keyword": "Timer" }, "options_ui": { "chrome_style": true, "open_in_tab": false, "page": "options.html" }, "permissions": [ "notifications", "storage" ], "short_name": "Timer", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |