New Tab to Tasks
A simple extension that makes your New Tab Page be your Google Tasks.
O que é New Tab to Tasks?
New Tab to Tasks é uma extensão do Chrome desenvolvida por sgraham, e sua principal característica é "A simple extension that makes your New Tab Page be your Google Tasks.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab to Tasks
Baixe arquivos de extensão New Tab to Tasks 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
Minimalistic redirection of your New Tab page to Google Tasks. It's nice to have it in Mail, Calendar, etc. except I forget to look at it. This way I tend to see and hopefully *do* the things more often. **Update**, version 4: attempted fix the "losing url when you open a new tab and paste a new url quickly"-problem. Let me know if you still run into problems (wish this silly forum sent notifications :/) Version 5: Should work with the new app store format now. Version 6: Options page with optional suffix on url, and possibly Google Apps for Your Domain. I'm not sure it works as tasks doesn't really seem to support multi-login.
Informações Básicas da Extensão
Nome | New Tab to Tasks |
ID | bokbgdhblfolpfanocjafjhpjkebhlfk |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk |
Descrição | A simple extension that makes your New Tab Page be your Google Tasks. |
Tamanho do Arquivo | 15.41 KB |
Contagem de Instalações | 7,848 |
Versão Atual | 6 |
Última Atualização | 2013-07-05 |
Data de Publicação | 2013-07-04 |
Classificação | 4.09/5 Total de 235 Avaliações |
Desenvolvedor | sgraham |
Tipo de Pagamento | free |
Site da Extensão | http://www.h4ck3r.net/ |
URL da Página de Ajuda | http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab to Tasks", "description": "A simple extension that makes your New Tab Page be your Google Tasks.", "icons": { "128": "icon.png" }, "version": "6", "chrome_url_overrides": { "newtab": "redirect.html" }, "manifest_version": 2, "options_page": "options.html" } |