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. 擴展基本資訊
| 名稱 | |
| ID | jhpbphonlhcgjieobohcpamgejbbkkcj |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |