Any.do New Tab
Extension to see the upcoming tasks to do in the new tab
Qu'est-ce que Any.do New Tab ?
Any.do New Tab est une extension Chrome développée par Mike Petrov, et sa fonction principale est "Extension to see the upcoming tasks to do in the new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Any.do New Tab
Téléchargez les fichiers d'extension Any.do New Tab 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 developed by a regular user Any.do, to increase productivity. I believe that this functionality is very useful and should be adding to the ecosystem Any.do.
Informations de Base sur l'Extension
Nom | |
ID | dbnilnmohcdilfmocogmgolbbmahofel |
URL Officiel | https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel |
Description | Extension to see the upcoming tasks to do in the new tab |
Taille du Fichier | 157 KB |
Nombre d'Installations | 423 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2020-05-31 |
Date de Publication | 2020-05-30 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | Mike Petrov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any.do New Tab", "description": "Extension to see the upcoming tasks to do in the new tab", "version": "0.1.2", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" } } |