New Tab to Tasks
A simple extension that makes your New Tab Page be your Google Tasks.
Was ist New Tab to Tasks?
New Tab to Tasks ist eine Chrome-Erweiterung, die von sgraham entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that makes your New Tab Page be your Google Tasks.".
Erweiterungsscreenshots
New Tab to Tasks-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab to Tasks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | New Tab to Tasks |
ID | bokbgdhblfolpfanocjafjhpjkebhlfk |
Offizielle URL | https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk |
Beschreibung | A simple extension that makes your New Tab Page be your Google Tasks. |
Dateigröße | 15.41 KB |
Installationsanzahl | 7,848 |
Aktuelle Version | 6 |
Letztes Update | 2013-07-05 |
Veröffentlichungsdatum | 2013-07-04 |
Bewertung | 4.09/5 Insgesamt 235 Bewertungen |
Entwickler | sgraham |
Zahlungsart | free |
Erweiterungswebsite | http://www.h4ck3r.net/ |
Hilfeseite URL | http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/ |
Unterstützte Sprachen | 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" } |