Super Pomodoro Timer
The best Pomodoro timer there is
Super Pomodoro Timerとは何ですか?
Super Pomodoro Timerはhttp://www.mycabinetofcuriosities.comによって開発されたChromeの拡張機能で、その主な機能は「The best Pomodoro timer there is」です。
拡張機能のスクリーンショット
Super Pomodoro Timer拡張機能のCRXファイルをダウンロード
Super Pomodoro Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The best Pomodoro timer there is Listen, I know there's a lot of Pomodoro Timers out there, so why should you install this one? Here's three reasons: 1) Auto switch to long breaks every four pomodoros and a counter to see how many you've done. (Because those long breaks are important too!) 2) Lists for ideas for short and long breaks. (If an idea comes up during your work session, jot it down, forget about it and come back to it after. That cute cat video? It'll be there for you when it's break time.) 3) A log that you can export of your work, including the date, time and items worked on. (Great for seeing how your day went for that warm feeling of contentment at all that sweet, sweet productivity or for better planning tomorrow's attack plan.) That being said, feel free to suggest other functions you'd like to see in the future or problems that need to be fixed. I love constructive criticism, but do be kind. This is my first Chrome Extension, and I do it all for the warm fuzzies, not for the Benjamins.
拡張機能の基本情報
名前 | |
ID | jcfdgbccjkljjalphemlfnaahmnfilaa |
公式URL | https://chrome.google.com/webstore/detail/super-pomodoro-timer/jcfdgbccjkljjalphemlfnaahmnfilaa |
説明 | The best Pomodoro timer there is |
ファイルサイズ | 2.28 MB |
インストール数 | 105 |
現在のバージョン | 0.0.3 |
最終更新日 | 2018-11-05 |
公開日 | 2018-11-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://www.mycabinetofcuriosities.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.mycabinetofcuriosities.com/privacy-policy/privacy-policy.txt |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "name": "Super Pomodoro Timer", "description": "The best Pomodoro timer there is", "version": "0.0.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "permissions": [ "storage" ] } |