Todo List
This extension helps you get stuff done
O que é Todo List?
Todo List é uma extensão do Chrome desenvolvida por Ansel Smolund, e sua principal característica é "This extension helps you get stuff done".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Todo List
Baixe arquivos de extensão 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
With Todo List, you have access to a drop down task list without even opening a new tab or opening a separate application. The freedom that Todo List allows you to browse the web and jot down important information you want to be reminded of is an incredible tool for those wanting a more productive workflow. Update 2.1: -Bug fixes -Updated font -Font color selection -Crisper input functionality Update 3.0: -NEW LOOK -WEATHER FOR YOUR CURRENT LOCATION -NEW COLOR SCHEMES -MOTIVATE ME BUTTON More updates to come.
Informações Básicas da Extensão
Nome | |
ID | dabcobbkdfbpepadeilkdlpbccpigmai |
URL Oficial | https://chrome.google.com/webstore/detail/todo-list/dabcobbkdfbpepadeilkdlpbccpigmai |
Descrição | This extension helps you get stuff done |
Tamanho do Arquivo | 1.55 MB |
Contagem de Instalações | 1,000 |
Versão Atual | 3.4 |
Última Atualização | 2017-04-26 |
Data de Publicação | 2017-04-26 |
Classificação | 5.00/5 Total de 15 Avaliações |
Desenvolvedor | Ansel Smolund |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todo List", "description": "This extension helps you get stuff done", "version": "3.4", "browser_action": { "default_popup": "popup.html", "default_title": "Get stuff done" }, "background": { "scripts": [ "popup.js" ] }, "icons": { "16": "todo.png", "32": "todo32.png", "64": "todo64.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus", "geolocation" ] } |