FlowTime 1
Pomodoro-driven timer with customizable durations of work and rest periods.
什麼是FlowTime 1?
FlowTime 1是由logan.burchett13開發的Chrome擴展程式,該擴展的主要功能是“Pomodoro-driven timer with customizable durations of work and rest periods.”。
擴展截圖
下載FlowTime 1擴展crx文件
下載FlowTime 1擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
FlowTime is an extension that helps stay focused on your work. Timer has 3 standard options for workflow: * 60 min. work / 15 min. rest * 45 min. work / 15 min. rest * 25 min. work / 5 min. rest (original Pomodoro) In additional, custom workflow allows to customize durations of work or rest phases. HOW TO USE: 1. Choose workflow that represents your habits or your working style best. 2. Customize durations if you want to. 3. Hit "Enter" button. 4. Alternate work and rest phases and complete your tasks!
擴展基本資訊
名稱 | FlowTime 1 |
ID | jgmilfbglekpibpaeflpioddklgajnno |
官方網址 | https://chromewebstore.google.com/detail/flowtime-1/jgmilfbglekpibpaeflpioddklgajnno |
簡介 | Pomodoro-driven timer with customizable durations of work and rest periods. |
檔案大小 | 436 KB |
安裝次數 | 702 |
目前版本 | 1.3.0 |
更新時間 | 2017-02-18 |
上架時間 | 2017-02-18 |
評分 | 4.36/5 共 11 次評分 |
開發者 | logan.burchett13 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FlowTime 1", "short_name": "FlowTime 1", "manifest_version": 2, "version": "1.3.0", "icons": { "128": "res\/img\/icon.png" }, "description": "Pomodoro-driven timer with customizable durations of work and rest periods.", "browser_action": { "default_icon": "res\/img\/popup_icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "back.min.js" ] }, "offline_enabled": true, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |