To-Do List.

A Simple To-Do List New-tab Page for Multitaskers

Wat is To-Do List.?

To-Do List. is een Chrome-extensie ontwikkeld door https://alexmadrzyk.me, en de belangrijkste functie is "A Simple To-Do List New-tab Page for Multitaskers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie To-Do List.

Download To-Do List.-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

                        Do you ever feel like you have too many things to do, but have convenient way of organizing your tasks? 

This chrome extension gives you a high-visibility to-do list that lets you organize your pending tasks in an organized manner. The background colors and header titles are also editable to your liking!

UPDATE v1.0.4: Added draggable categories, fixed log errors (still working on saving category positions)
UPDATE v1.0.3: Fixed scaling issues
UPDATE v1.0.2: Minor bug fix
UPDATE v1.0.1: Added checkbox for short shadow styling                    

Basisinformatie over de Extensie

Naam To-Do List. To-Do List.
ID lfjmacfbhcmehhkkbfokbghabkiobjpb
Officiële URL https://chromewebstore.google.com/detail/to-do-list/lfjmacfbhcmehhkkbfokbghabkiobjpb
Beschrijving A Simple To-Do List New-tab Page for Multitaskers
Bestandsgrootte 485 KB
Aantal Installaties 347
Huidige Versie 1.0.4
Laatst Bijgewerkt 2017-03-21
Publicatiedatum 2017-03-21
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://alexmadrzyk.me
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To-Do List.",
    "description": "A Simple To-Do List New-tab Page for Multitaskers",
    "version": "1.0.4",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/decoy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_128.png"
    }
}