New Tab to Tasks

A simple extension that makes your New Tab Page be your Google Tasks.

Cos'è New Tab to Tasks?

New Tab to Tasks è un'estensione di Chrome sviluppata da sgraham, e la sua funzione principale è "A simple extension that makes your New Tab Page be your Google Tasks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New Tab to Tasks

Scarica i file di estensione New Tab to Tasks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome New Tab to Tasks New Tab to Tasks
ID bokbgdhblfolpfanocjafjhpjkebhlfk
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk
Descrizione A simple extension that makes your New Tab Page be your Google Tasks.
Dimensione del File 15.41 KB
Conteggio Installazioni 7,848
Versione Corrente 6
Ultimo Aggiornamento 2013-07-05
Data di Pubblicazione 2013-07-04
Valutazione 4.09/5 Totale 235 Valutazioni
Sviluppatore sgraham
Tipo di Pagamento free
Sito Web dell'Estensione http://www.h4ck3r.net/
URL della Pagina di Aiuto http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/
Lingue Supportate 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"
}