Pomo
Pomodoro Chrome Extention
Qu'est-ce que Pomo ?
Pomo est une extension Chrome développée par loganwnielson, et sa fonction principale est "Pomodoro Chrome Extention".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pomo
Téléchargez les fichiers d'extension Pomo 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
A pomodoro study timer that is simple and easy to access. Pomo has a 25 minute study timer, 5 minute break timer, and 15 minute break timer. The Pomo icon in the top right corner will appear white when not in use (or paused), red when the timer is active, and change to green when the timer has ended. Additionally, if chrome notifications are enabled a notification banner or alert will appear notifying you that your timer has ended.
Informations de Base sur l'Extension
Nom | Pomo |
ID | bneanonpffbjccglpdobjokkggaokhjc |
URL Officiel | https://chromewebstore.google.com/detail/pomo/bneanonpffbjccglpdobjokkggaokhjc |
Description | Pomodoro Chrome Extention |
Taille du Fichier | 230 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-07-20 |
Date de Publication | 2023-07-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | loganwnielson |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pomo", "description": "Pomodoro Chrome Extention", "version": "1.0.0", "icons": { "16": "white16icon.png", "48": "white48icon.png", "128": "white128icon.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "white16icon.png", "48": "white48icon.png", "128": "white128icon.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "notifications" ], "web_accessible_resources": [ { "resources": [ "red16icon.png", "green16icon.png", "white16icon.png", "red48icon.png", "green48icon.png", "white48icon.png", "red128icon.png", "green128icon.png", "white128icon.png" ], "matches": [ " |