TomaTimer
Pomodoro Technique timer for minimalists.
Qu'est-ce que TomaTimer ?
TomaTimer est une extension Chrome développée par Piotr Adamczewski, et sa fonction principale est "Pomodoro Technique timer for minimalists.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TomaTimer
Téléchargez les fichiers d'extension TomaTimer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | TomaTimer |
ID | hgbdhbgmmfhepghcdhepkbhabkaffihk |
URL Officiel | https://chromewebstore.google.com/detail/tomatimer/hgbdhbgmmfhepghcdhepkbhabkaffihk |
Description | Pomodoro Technique timer for minimalists. |
Taille du Fichier | 53.75 KB |
Nombre d'Installations | 562 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2012-10-24 |
Date de Publication | 2012-10-24 |
Évaluation | 4.29/5 Total 28 Évaluations |
Développeur | Piotr Adamczewski |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |