Pomodoro Timer
Use the time. Work and rest.
Qu'est-ce que Pomodoro Timer ?
Pomodoro Timer est une extension Chrome développée par LOCAJANS, et sa fonction principale est "Use the time. Work and rest.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pomodoro Timer
Téléchargez les fichiers d'extension Pomodoro Timer 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
Pomodoro Timer - Pomodoro Clock - Use the time. Work and rest.
Informations de Base sur l'Extension
Nom | Pomodoro Timer |
ID | lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
URL Officiel | https://chromewebstore.google.com/detail/pomodoro-timer/lfbmbmjkmjmhdjgpkfjchfehgdpfglml |
Description | Use the time. Work and rest. |
Taille du Fichier | 123 KB |
Nombre d'Installations | 482 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-07-05 |
Date de Publication | 2018-07-05 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | LOCAJANS |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://locajans.com |
URL de la Page d'Aide | http://locajans.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Pomodoro Timer", "description": "Use the time. Work and rest.", "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "128": "images\/128.png" }, "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "background", "https:\/\/locajans.com\/" ] } |