New Tab to Tasks

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

Co je New Tab to Tasks?

New Tab to Tasks je rozšíření Chrome vyvinuté sgraham, a jeho hlavní funkcí je „A simple extension that makes your New Tab Page be your Google Tasks.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření New Tab to Tasks

Stáhněte si soubory rozšíření New Tab to Tasks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název New Tab to Tasks New Tab to Tasks
ID bokbgdhblfolpfanocjafjhpjkebhlfk
Oficiální URL https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk
Popis A simple extension that makes your New Tab Page be your Google Tasks.
Velikost souboru 15.41 KB
Počet instalací 7,848
Aktuální Verze 6
Poslední Aktualizace 2013-07-05
Datum Vydání 2013-07-04
Hodnocení 4.09/5 Celkem 235 Hodnocení
Vývojář sgraham
Typ Platby free
Webové stránky Rozšíření http://www.h4ck3r.net/
URL Stránky Nápovědy http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/
Podporované Jazyky 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"
}