Pomodoro Timer
Simple pomodoro timer
什麼是Pomodoro Timer?
Pomodoro Timer是由Sergey Markin & Oleg Egorov開發的Chrome擴展程式,該擴展的主要功能是“Simple pomodoro timer”。
擴展截圖
下載Pomodoro Timer擴展crx文件
下載Pomodoro Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Pomodoro Technique is a time management method developed by Francesco Cirillo. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato'. In this extension, working time is 25 minutes, rest time is 5 minutes.
擴展基本資訊
名稱 | Pomodoro Timer |
ID | okbedhkoibggbokmnkafehodicaihefj |
官方網址 | https://chromewebstore.google.com/detail/pomodoro-timer/okbedhkoibggbokmnkafehodicaihefj |
簡介 | Simple pomodoro timer |
檔案大小 | 75.69 KB |
安裝次數 | 66 |
目前版本 | 1.0.3 |
更新時間 | 2020-04-18 |
上架時間 | 2020-04-18 |
開發者 | Sergey Markin & Oleg Egorov |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer", "version": "1.0.3", "description": "Simple pomodoro timer", "permissions": [ "storage", "declarativeContent", "alarms" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "pomodoro16.png", "48": "pomodoro48.png", "128": "pomodoro128.png" }, "manifest_version": 2 } |