Pomotasking: Tasks lists with Pomodoro Timer
A Chrome Pomodoro timer with ToDo list
什麼是Pomotasking: Tasks lists with Pomodoro Timer?
Pomotasking: Tasks lists with Pomodoro Timer是由Samuel Simões開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Pomodoro timer with ToDo list”。
擴展截圖
下載Pomotasking: Tasks lists with Pomodoro Timer擴展crx文件
下載Pomotasking: Tasks lists with Pomodoro Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Manage your tasks easily with ToDo lists and pomodoro technique integrated in a very straightforward app. It's open source, come help us to improve Pomotasking: https://github.com/samuelsimoes/pomotasking
擴展基本資訊
名稱 | Pomotasking: Tasks lists with Pomodoro Timer |
ID | diofopnenjmjcpcimiimefbcmjahgldg |
官方網址 | https://chromewebstore.google.com/detail/pomotasking-tasks-lists-w/diofopnenjmjcpcimiimefbcmjahgldg |
簡介 | A Chrome Pomodoro timer with ToDo list |
檔案大小 | 483 KB |
安裝次數 | 2,772 |
目前版本 | 0.0.4 |
更新時間 | 2017-10-15 |
上架時間 | 2017-10-15 |
評分 | 4.75/5 共 24 次評分 |
開發者 | Samuel Simões |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomotasking: Tasks lists with Pomodoro Timer", "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "browser-action-icon.png" }, "icons": { "128": "pomotodo-128.png" }, "permissions": [ "notifications" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "A Chrome Pomodoro timer with ToDo list", "version": "0.0.4" } |