BCA Todo List
Overrides the new tab page and adds a todo list.
Cos'è BCA Todo List?
BCA Todo List è un'estensione di Chrome sviluppata da alexkato29, e la sua funzione principale è "Overrides the new tab page and adds a todo list.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BCA Todo List
Scarica i file di estensione BCA Todo List in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BCA Todo List |
ID | ijljgcehmheebfklnkejpmaignkalfha |
URL Ufficiale | https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha |
Descrizione | Overrides the new tab page and adds a todo list. |
Dimensione del File | 90.54 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2017-05-03 |
Data di Pubblicazione | 2017-05-03 |
Valutazione | 4.57/5 Totale 7 Valutazioni |
Sviluppatore | alexkato29 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |