PomoTimer
A seriously minimalistic Pomodoro timer
Qu'est-ce que PomoTimer ?
PomoTimer est une extension Chrome développée par Marcus Johansson, et sa fonction principale est "A seriously minimalistic Pomodoro timer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PomoTimer
Téléchargez les fichiers d'extension PomoTimer 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
The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.
Informations de Base sur l'Extension
Nom | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
URL Officiel | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
Description | A seriously minimalistic Pomodoro timer |
Taille du Fichier | 34.59 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-04-17 |
Date de Publication | 2020-04-17 |
Développeur | Marcus Johansson |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/marcjoha/pomo-timer |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PomoTimer", "version": "1.0.1", "description": "A seriously minimalistic Pomodoro timer", "manifest_version": 2, "icons": { "16": "gfx\/icon-16.png", "48": "gfx\/icon-48.png", "128": "gfx\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "notifications" ], "browser_action": { "default_icon": "gfx\/icon-32.png", "default_title": "PomoTimer" }, "offline_enabled": true } |