BCA Todo List

Overrides the new tab page and adds a todo list.

Wat is BCA Todo List?

BCA Todo List is een Chrome-extensie ontwikkeld door alexkato29, en de belangrijkste functie is "Overrides the new tab page and adds a todo list.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BCA Todo List

Download BCA Todo 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

                        Developed by Ross Newman & Alex Kato.  To add a new item to the list, simply click the icon in the header of the todo list.  Then you can proceed to add a new todo or category.  To edit an existing todo or category, hover over the item in the list and click the yellow edit icon that appears to the left of the list item.  Then proceed to type in the revised info in the new box.  To change the color scheme of the page, simply click the settings button in the upper right and select which color you'd like from the dropdown menu.  Design idea goes to Colt Steele.                    

Basisinformatie over de Extensie

Naam BCA Todo List BCA Todo List
ID ijljgcehmheebfklnkejpmaignkalfha
Officiële URL https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha
Beschrijving Overrides the new tab page and adds a todo list.
Bestandsgrootte 90.54 KB
Aantal Installaties 12
Huidige Versie 1.2.2
Laatst Bijgewerkt 2017-05-03
Publicatiedatum 2017-05-03
Beoordeling 4.57/5 Totaal 7 Beoordelingen
Ontwikkelaar alexkato29
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BCA Todo List",
    "description": "Overrides the new tab page and adds a todo list.",
    "version": "1.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "todo.html"
    },
    "manifest_version": 2
}