TODOs
Simple to do list in minimalist visual aesthetics
Qu'est-ce que TODOs ?
TODOs est une extension Chrome développée par Adrian, et sa fonction principale est "Simple to do list in minimalist visual aesthetics".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TODOs
Téléchargez les fichiers d'extension TODOs 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
**We are in beta! Would appreciate a lot if you can message us for any thoughts/ suggestions.** Update 0.0.2: Improved layout and formatting. A simple to do list designed in minimalist visual aesthetics. Organize: Tasks can be grouped with bold colors so that they are quickly accessible, not drawing your attention away from the task at-hand. Declutter: A straightforward, no-bs approach to oragnizing your day-to-day tasks. All tasks are grouped into two folders: TODOs and DONEs. No excessive buttons and obscure features. Sync: Tasks are always synced across different devices, as long as the extension is linked with the same Google account. Manage your to do list anywhere, anytime.
Informations de Base sur l'Extension
Nom | TODOs |
ID | jgdooaneldcgnpiaaiajmkdhapdoghcg |
URL Officiel | https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg |
Description | Simple to do list in minimalist visual aesthetics |
Taille du Fichier | 11.33 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2018-02-03 |
Date de Publication | 2018-02-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Adrian |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TODOs", "description": "Simple to do list in minimalist visual aesthetics", "version": "0.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "TODOs" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "styles\/contentscript.css", "SourceSansPro.ttf" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |