Today
An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
Qu'est-ce que Today ?
Today est une extension Chrome développée par Tim Turner, et sa fonction principale est "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Today
Téléchargez les fichiers d'extension Today 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
Informations de Base sur l'Extension
Nom | |
ID | nlaopmodobgckcknfffmkpcgfoilbeig |
URL Officiel | https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig |
Description | An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser! |
Taille du Fichier | 1.94 MB |
Nombre d'Installations | 69 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2018-04-06 |
Date de Publication | 2018-04-06 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | Tim Turner |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Today", "version": "0.2.1", "description": "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!", "author": "Tim Turner", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "geolocation" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |