New Tab to Tasks
A simple extension that makes your New Tab Page be your Google Tasks.
¿Qué es New Tab to Tasks?
New Tab to Tasks es una extensión de Chrome desarrollada por sgraham, y su función principal es "A simple extension that makes your New Tab Page be your Google Tasks.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión New Tab to Tasks
Descarga archivos de extensión New Tab to Tasks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | New Tab to Tasks |
ID | bokbgdhblfolpfanocjafjhpjkebhlfk |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk |
Descripción | A simple extension that makes your New Tab Page be your Google Tasks. |
Tamaño del Archivo | 15.41 KB |
Cantidad de Instalaciones | 7,848 |
Versión Actual | 6 |
Última Actualización | 2013-07-05 |
Fecha de Publicación | 2013-07-04 |
Calificación | 4.09/5 Total de 235 Calificaciones |
Desarrollador | sgraham |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.h4ck3r.net/ |
URL de la Página de Ayuda | http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/ |
Idiomas Soportados | 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" } |