New Tab to Tasks

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

Qu'est-ce que New Tab to Tasks ?

New Tab to Tasks est une extension Chrome développée par sgraham, et sa fonction principale est "A simple extension that makes your New Tab Page be your Google Tasks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New Tab to Tasks

Téléchargez les fichiers d'extension New Tab to Tasks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom New Tab to Tasks New Tab to Tasks
ID bokbgdhblfolpfanocjafjhpjkebhlfk
URL Officiel https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk
Description A simple extension that makes your New Tab Page be your Google Tasks.
Taille du Fichier 15.41 KB
Nombre d'Installations 7,848
Version Actuelle 6
Dernière Mise à Jour 2013-07-05
Date de Publication 2013-07-04
Évaluation 4.09/5 Total 235 Évaluations
Développeur sgraham
Type de Paiement free
Site Web de l'Extension http://www.h4ck3r.net/
URL de la Page d'Aide http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/
Langues Prises en Charge 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"
}