BCA Todo List

Overrides the new tab page and adds a todo list.

Qu'est-ce que BCA Todo List ?

BCA Todo List est une extension Chrome développée par alexkato29, et sa fonction principale est "Overrides the new tab page and adds a todo list.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BCA Todo List

Téléchargez les fichiers d'extension BCA Todo List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BCA Todo List BCA Todo List
ID ijljgcehmheebfklnkejpmaignkalfha
URL Officiel https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha
Description Overrides the new tab page and adds a todo list.
Taille du Fichier 90.54 KB
Nombre d'Installations 12
Version Actuelle 1.2.2
Dernière Mise à Jour 2017-05-03
Date de Publication 2017-05-03
Évaluation 4.57/5 Total 7 Évaluations
Développeur alexkato29
Type de Paiement free
Langues Prises en Charge 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
}