TODOs
Simple to do list in minimalist visual aesthetics
Τι είναι το TODOs;
Το TODOs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adrian, και η κύρια λειτουργία του είναι "Simple to do list in minimalist visual aesthetics".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TODOs
Λήψη αρχείων επέκτασης TODOs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
**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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | TODOs |
ID | jgdooaneldcgnpiaaiajmkdhapdoghcg |
Επίσημο URL | https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg |
Περιγραφή | Simple to do list in minimalist visual aesthetics |
Μέγεθος Αρχείου | 11.33 KB |
Αριθμός Εγκαταστάσεων | 18 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2018-02-03 |
Ημερομηνία Δημοσίευσης | 2018-02-02 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Adrian |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |