BCA Todo List

Overrides the new tab page and adds a todo list.

Co je BCA Todo List?

BCA Todo List je rozšíření Chrome vyvinuté alexkato29, a jeho hlavní funkcí je „Overrides the new tab page and adds a todo list.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BCA Todo List

Stáhněte si soubory rozšíření BCA Todo List ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BCA Todo List BCA Todo List
ID ijljgcehmheebfklnkejpmaignkalfha
Oficiální URL https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha
Popis Overrides the new tab page and adds a todo list.
Velikost souboru 90.54 KB
Počet instalací 12
Aktuální Verze 1.2.2
Poslední Aktualizace 2017-05-03
Datum Vydání 2017-05-03
Hodnocení 4.57/5 Celkem 7 Hodnocení
Vývojář alexkato29
Typ Platby free
Podporované Jazyky 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
}