Pomodoro Edit
Notification for Pomodoro Edit
Qu'est-ce que Pomodoro Edit ?
Pomodoro Edit est une extension Chrome développée par Seito Tanaka, et sa fonction principale est "Notification for Pomodoro Edit".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pomodoro Edit
Téléchargez les fichiers d'extension Pomodoro Edit 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
You can run Pomodoro Timer from your favorite text editor. This extension can be used for: * Notify finish of timer with the desktop notifications, so you can get notified when you are working in any applications. * Remaining time is displayed on the icon badge, so you can focus on the task. Currently supported text editor: VSCode: https://marketplace.visualstudio.com/items?itemName=seitotanaka.vscode-pomodoro-edit
Informations de Base sur l'Extension
Nom | Pomodoro Edit |
ID | mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
URL Officiel | https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo |
Description | Notification for Pomodoro Edit |
Taille du Fichier | 228 KB |
Nombre d'Installations | 25 |
Version Actuelle | 3.0.3 |
Dernière Mise à Jour | 2022-01-02 |
Date de Publication | 2020-05-14 |
Développeur | Seito Tanaka |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/seachicken/pomodoro-edit-webext |
URL de la Page d'Aide | https://github.com/seachicken/pomodoro-edit-webext/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Edit", "description": "Notification for Pomodoro Edit", "version": "3.0.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "notifications" ], "host_permissions": [ "*:\/\/localhost\/" ] } |