BCA Todo List

Overrides the new tab page and adds a todo list.

Vad är BCA Todo List?

BCA Todo List är en Chrome-tillägg utvecklad av alexkato29, och dess huvudfunktion är "Overrides the new tab page and adds a todo list.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner BCA Todo List-förlängningens CRX-fil

Ladda ner BCA Todo List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn BCA Todo List BCA Todo List
ID ijljgcehmheebfklnkejpmaignkalfha
Officiell webbadress https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha
Beskrivning Overrides the new tab page and adds a todo list.
Filstorlek 90.54 KB
Antal Installationer 12
Aktuell Version 1.2.2
Senast Uppdaterad 2017-05-03
Publiceringsdatum 2017-05-03
Betyg 4.57/5 Totalt 7 Betyg
Utvecklare alexkato29
Betalningssätt free
Stödda Språk 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
}