ToDo Notes
A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.
Qu'est-ce que ToDo Notes ?
ToDo Notes est une extension Chrome développée par thecerealcoder, et sa fonction principale est "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ToDo Notes
Téléchargez les fichiers d'extension ToDo Notes 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
The ToDo Notes extension's main focus is on simplicity and aesthetic. This chrome extension will provide users with a self-intuitive graphical interface and uncomplicated functionality to assist with reminding oneself of important daily tasks.
Informations de Base sur l'Extension
Nom | |
ID | lfjajlafflaljilpemdidlodijkdaggh |
URL Officiel | https://chrome.google.com/webstore/detail/todo-notes/lfjajlafflaljilpemdidlodijkdaggh |
Description | A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension. |
Taille du Fichier | 175 KB |
Nombre d'Installations | 98 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-03-03 |
Date de Publication | 2019-03-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | thecerealcoder |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ToDo Notes", "description": "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "todos.html" }, "permissions": [ "activeTab" ] } |