TODOs

Simple to do list in minimalist visual aesthetics

Was ist TODOs?

TODOs ist eine Chrome-Erweiterung, die von Adrian entwickelt wurde, und ihr Hauptmerkmal ist "Simple to do list in minimalist visual aesthetics".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TODOs-Erweiterungs-CRX-Datei herunterladen

Laden Sie TODOs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        **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.                    

Grundlegende Informationen zur Erweiterung

Name TODOs TODOs
ID jgdooaneldcgnpiaaiajmkdhapdoghcg
Offizielle URL https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg
Beschreibung Simple to do list in minimalist visual aesthetics
Dateigröße 11.33 KB
Installationsanzahl 18
Aktuelle Version 0.0.2
Letztes Update 2018-02-03
Veröffentlichungsdatum 2018-02-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Adrian
Zahlungsart free
Unterstützte Sprachen 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"
    }
}