Task Timer
An offline task timer extension that will help you keep track of your schedule.
Qu'est-ce que Task Timer ?
Task Timer est une extension Chrome développée par Tudor Stoica, et sa fonction principale est "An offline task timer extension that will help you keep track of your schedule.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Task Timer
Téléchargez les fichiers d'extension Task 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
This extension provides you with : - a system that keeps track of your tasks - a sticky notes tab - reports tab that give the information you want and which you can export
Informations de Base sur l'Extension
Nom | Task Timer |
ID | cdooaodgjnfoieflegemcnbgdibopbmi |
URL Officiel | https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi |
Description | An offline task timer extension that will help you keep track of your schedule. |
Taille du Fichier | 488 KB |
Nombre d'Installations | 1,855 |
Version Actuelle | 2.6.5 |
Dernière Mise à Jour | 2019-09-02 |
Date de Publication | 2019-09-01 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | Tudor Stoica |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Timer", "version": "2.6.5", "description": "An offline task timer extension that will help you keep track of your schedule.", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2 } |