BCA Todo List
Overrides the new tab page and adds a todo list.
O que é BCA Todo List?
BCA Todo List é uma extensão do Chrome desenvolvida por alexkato29, e sua principal característica é "Overrides the new tab page and adds a todo list.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BCA Todo List
Baixe arquivos de extensão BCA Todo List no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BCA Todo List |
ID | ijljgcehmheebfklnkejpmaignkalfha |
URL Oficial | https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha |
Descrição | Overrides the new tab page and adds a todo list. |
Tamanho do Arquivo | 90.54 KB |
Contagem de Instalações | 12 |
Versão Atual | 1.2.2 |
Última Atualização | 2017-05-03 |
Data de Publicação | 2017-05-03 |
Classificação | 4.57/5 Total de 7 Avaliações |
Desenvolvedor | alexkato29 |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |