Pawmodoro Timer
A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.
什麼是Pawmodoro Timer?
Pawmodoro Timer是由withe_inc開發的Chrome擴展程式,該擴展的主要功能是“A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.”。
擴展截圖
下載Pawmodoro Timer擴展crx文件
下載Pawmodoro Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Customize your productivity with the Pomodoro Technique. Alternate between work and break periods (so that you don't accidentally wind up taking an indefinite break) for maximum efficiency. Specify a chunk of time for working, and when that period of time is up, take a (preferably short) break - the timer will switch between focus and rest sessions for you and alert you with an absolutely spiffing chime. You can: - adjust the length of work or break periods (you can set 99 hours 59 minutes and 59 seconds, but, ah. We would not recommend it for sanity reasons) - toggle ambient music on and off - change the number of work-break sessions you would like to schedule (the timer will automatically count through them for you!) Pawmodoro Timer does not record user data or show ads (we don't like what it does to the aesthetic). Happy productivity!
擴展基本資訊
名稱 | Pawmodoro Timer |
ID | pigkacakkilmgbkoelcdacjhgkehhccm |
官方網址 | https://chromewebstore.google.com/detail/pawmodoro-timer/pigkacakkilmgbkoelcdacjhgkehhccm |
簡介 | A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down. |
檔案大小 | 28.22 MB |
安裝次數 | 396 |
目前版本 | 1.0 |
更新時間 | 2020-07-11 |
上架時間 | 2020-07-11 |
評分 | 4.25/5 共 4 次評分 |
開發者 | withe_inc |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Break_Timer", "name": "Pawmodoro Timer", "version": "1.0", "description": "A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.", "icons": { "16": "favicon16.png", "32": "favicon32.png", "128": "favicon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Pawmodoro Timer" } } |