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 |
公式URL | 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" } |