Overwork
Overwork helps you take breaks when you need them.
Overworkとは何ですか?
Overworkはkubgusによって開発されたChromeの拡張機能で、その主な機能は「Overwork helps you take breaks when you need them.」です。
拡張機能のスクリーンショット
Overwork拡張機能のCRXファイルをダウンロード
Overwork拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you ever get sucked into a task... a little too much? Sometimes we forget to live real life while finishing out homework assignments, making sales presentations or adding that new website feature. I've been there. So I created overwork. It's a simple Chromium (Chrome, MS Edge, ...) extension that allows you to track how long you've been working and set a reminder to relax with fun challenges you can try.
拡張機能の基本情報
名前 | Overwork |
ID | jhpbphonlhcgjieobohcpamgejbbkkcj |
公式URL | https://chromewebstore.google.com/detail/overwork/jhpbphonlhcgjieobohcpamgejbbkkcj |
説明 | Overwork helps you take breaks when you need them. |
ファイルサイズ | 24.41 KB |
インストール数 | 50 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-10-28 |
公開日 | 2023-10-25 |
開発者 | kubgus |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Overwork", "version": "1.1.1", "description": "Overwork helps you take breaks when you need them.", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "alarms", "background", "notifications", "storage" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" } } |