Pomodoro Timer
Pomodoro Timer App
什麼是Pomodoro Timer?
Pomodoro Timer是由frekans7開發的Chrome擴展程式,該擴展的主要功能是“Pomodoro Timer App”。
擴展截圖
下載Pomodoro Timer擴展crx文件
下載Pomodoro Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The aim of this app is to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by Pomodoro Technique which is a time management method developed by Francesco Cirillo. The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are named pomodoros. — Pomodoro Technique, Wikipedia Pomodoro ™ and Pomodoro Technique ® are registered trademarks of Francesco Cirillo. This app is not affiliated with Francesco Cirillo. Features of the application * Responsive design * Color transition * Audio notification * Light/Dark theme A timer to use the Pomodoro Technique
擴展基本資訊
名稱 | Pomodoro Timer |
ID | gnljbloihakcbnldjgjkgikbgehkphig |
官方網址 | https://chromewebstore.google.com/detail/pomodoro-timer/gnljbloihakcbnldjgjkgikbgehkphig |
簡介 | Pomodoro Timer App |
檔案大小 | 645 KB |
安裝次數 | 1,002 |
目前版本 | 1.2 |
更新時間 | 2022-04-05 |
上架時間 | 2020-04-29 |
評分 | 4.00/5 共 3 次評分 |
開發者 | frekans7 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/frekans7/pomodoro-timer |
說明頁面URL | https://github.com/frekans7/pomodoro-timer |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pomodoro Timer", "author": "@frekans7", "description": "Pomodoro Timer App", "version": "1.2", "icons": { "16": "pomodoro.png", "48": "pomodoro.png", "128": "pomodoro.png" }, "background": { "service_worker": "chrome\/background.js" }, "action": { "default_title": "Pomodoro", "default_icon": "pomodoro.png" }, "permissions": [ "notifications" ] } |