TODOs

Simple to do list in minimalist visual aesthetics

Wat is TODOs?

TODOs is een Chrome-extensie ontwikkeld door Adrian, en de belangrijkste functie is "Simple to do list in minimalist visual aesthetics".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TODOs

Download TODOs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TODOs TODOs
ID jgdooaneldcgnpiaaiajmkdhapdoghcg
Officiële URL https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg
Beschrijving Simple to do list in minimalist visual aesthetics
Bestandsgrootte 11.33 KB
Aantal Installaties 18
Huidige Versie 0.0.2
Laatst Bijgewerkt 2018-02-03
Publicatiedatum 2018-02-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Adrian
Betalingswijze free
Ondersteunde Talen 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"
    }
}