TomaTimer
Pomodoro Technique timer for minimalists.
What is TomaTimer?
TomaTimer is a Chrome extension developed by Piotr Adamczewski, and its main feature is "Pomodoro Technique timer for minimalists.".
Extension Screenshots
Download TomaTimer Extension CRX File
Download TomaTimer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Updated! Sound and compatibility issues are fixed. Should work fine on recent Chrome versions. Simple timer for Pomodoro Technique users. Start it and TomaTimer will notify you about Pomodoros, short and long breaks. Uses a notification popup or (optionally) a sound. You can set duration of Pomodoros and breaks on the options page. Available in English and Polish. Other translations welcome. Notification sound by http://www.justinwasack.com/
Extension Basic Information
Name | TomaTimer |
ID | hgbdhbgmmfhepghcdhepkbhabkaffihk |
Official URL | https://chromewebstore.google.com/detail/tomatimer/hgbdhbgmmfhepghcdhepkbhabkaffihk |
Description | Pomodoro Technique timer for minimalists. |
File Size | 53.75 KB |
Installation Count | 562 |
Current Version | 1.1 |
Last Updated | 2012-10-24 |
Publish Date | 2012-10-24 |
Rating | 4.29/5 Total 28 Ratings |
Developer | Piotr Adamczewski |
Payment Type | free |
Supported Languages | en,pl |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extensionDesc__", "default_locale": "en", "browser_action": { "default_icon": "icon19.png", "default_title": "TomaTimer", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "notifications" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": true } } |