Pomodoro Work + Stretch
25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection.
什麼是Pomodoro Work + Stretch?
Pomodoro Work + Stretch是由pomodoroworkandstretch開發的Chrome擴展程式,該擴展的主要功能是“25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection.”。
擴展截圖
下載Pomodoro Work + Stretch擴展crx文件
下載Pomodoro Work + Stretch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: - The Pomodoro Technique®Timer: 25 minutes of work & 5 minutes of stretch break timer. - During the 5 minute stretch break: 5 exercises to reduce body pain and muscle tension + a form detector to maintain good form while exercising. - View time countdown until break or work. - Non-intrusive tab notifications and popup. - Customizable on/off feature. Learn more at [https://sites.google.com/view/pomodoroworkandstretch](https://sites.google.com/view/pomodoroworkandstretch/home?authuser=0). By installing this extension, you agree to the Terms of Service and Privacy Policy at [https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy](https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy?authuser=0). No video or user data is stored.
擴展基本資訊
名稱 | Pomodoro Work + Stretch |
ID | mbimichnnpdkniapbjenpkdenmmaokcd |
官方網址 | https://chromewebstore.google.com/detail/pomodoro-work-+-stretch/mbimichnnpdkniapbjenpkdenmmaokcd |
簡介 | 25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection. |
檔案大小 | 177 KB |
安裝次數 | 986 |
目前版本 | 0.1.0 |
更新時間 | 2021-03-31 |
上架時間 | 2020-08-03 |
評分 | 4.50/5 共 8 次評分 |
開發者 | pomodoroworkandstretch |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://sites.google.com/view/pomodoroworkandstretch |
說明頁面URL | https://sites.google.com/view/pomodoroworkandstretch/faq |
隱私政策頁面URL | https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pomodoro Work + Stretch", "version": "0.1.0", "description": "25 minutes of productivity and 5 minutes of desk-friendly stretches \u2014 with correct exercise form detection.", "icons": { "16": "assets\/favicon-16x16.png", "32": "assets\/favicon-32x32.png", "48": "assets\/logo-48x48.png", "128": "assets\/logo-128x128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "homepage_url": "https:\/\/pomodoroworkandstretch.glitch.me\/", "short_name": "Work+Stretch", "permissions": [ "tabs", "storage", "alarms", "https:\/\/sites.google.com\/view\/pomodoroworkandstretch\/", "https:\/\/stretchmachine.glitch.me\/" ], "browser_action": { "default_icon": { "16": "assets\/favicon-16x16.png", "32": "assets\/favicon-32x32.png", "48": "assets\/logo-48x48.png", "128": "assets\/logo-128x128.png" }, "default_title": "Stretch Break", "default_popup": "popup.html" }, "web_accessible_resources": [ "*.png" ] } |