Timer
This simple timer tells you when your time is up.
Timerとは何ですか?
TimerはKuba Szulaczkowskiによって開発されたChromeの拡張機能で、その主な機能は「This simple timer tells you when your time is up.」です。
拡張機能のスクリーンショット
Timer拡張機能のCRXファイルをダウンロード
Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
拡張機能の基本情報
名前 | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
公式URL | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
説明 | This simple timer tells you when your time is up. |
ファイルサイズ | 522 KB |
インストール数 | 164,548 |
現在のバージョン | 1.3.0.2 |
最終更新日 | 2018-10-03 |
公開日 | 2018-10-03 |
評価 | 4.20/5 合計 498 レビュー |
開発者 | Kuba Szulaczkowski |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |