BCA Todo List

Overrides the new tab page and adds a todo list.

Was ist BCA Todo List?

BCA Todo List ist eine Chrome-Erweiterung, die von alexkato29 entwickelt wurde, und ihr Hauptmerkmal ist "Overrides the new tab page and adds a todo list.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

BCA Todo List-Erweiterungs-CRX-Datei herunterladen

Laden Sie BCA Todo List-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BCA Todo List BCA Todo List
ID ijljgcehmheebfklnkejpmaignkalfha
Offizielle URL https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha
Beschreibung Overrides the new tab page and adds a todo list.
Dateigröße 90.54 KB
Installationsanzahl 12
Aktuelle Version 1.2.2
Letztes Update 2017-05-03
Veröffentlichungsdatum 2017-05-03
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler alexkato29
Zahlungsart free
Unterstützte Sprachen 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
}