Any.do New Tab
Extension to see the upcoming tasks to do in the new tab
O que é Any.do New Tab?
Any.do New Tab é uma extensão do Chrome desenvolvida por Mike Petrov, e sua principal característica é "Extension to see the upcoming tasks to do in the new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Any.do New Tab
Baixe arquivos de extensão Any.do New Tab 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
This extension developed by a regular user Any.do, to increase productivity. I believe that this functionality is very useful and should be adding to the ecosystem Any.do.
Informações Básicas da Extensão
Nome | |
ID | dbnilnmohcdilfmocogmgolbbmahofel |
URL Oficial | https://chromewebstore.google.com/detail/anydo-new-tab/dbnilnmohcdilfmocogmgolbbmahofel |
Descrição | Extension to see the upcoming tasks to do in the new tab |
Tamanho do Arquivo | 157 KB |
Contagem de Instalações | 423 |
Versão Atual | 0.1.2 |
Última Atualização | 2020-05-31 |
Data de Publicação | 2020-05-30 |
Classificação | 3.25/5 Total de 4 Avaliações |
Desenvolvedor | Mike Petrov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any.do New Tab", "description": "Extension to see the upcoming tasks to do in the new tab", "version": "0.1.2", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "bookmarks" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" } } |