New Tab to Tasks
A simple extension that makes your New Tab Page be your Google Tasks.
Co to jest New Tab to Tasks?
New Tab to Tasks to rozszerzenie Chrome opracowane przez sgraham, a jego główną funkcją jest „A simple extension that makes your New Tab Page be your Google Tasks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New Tab to Tasks
Pobierz pliki rozszerzeń New Tab to Tasks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | New Tab to Tasks |
ID | bokbgdhblfolpfanocjafjhpjkebhlfk |
Oficjalny URL | https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk |
Opis | A simple extension that makes your New Tab Page be your Google Tasks. |
Rozmiar pliku | 15.41 KB |
Liczba instalacji | 7,848 |
Aktualna Wersja | 6 |
Ostatnia Aktualizacja | 2013-07-05 |
Data Publikacji | 2013-07-04 |
Ocena | 4.09/5 Łącznie 235 Oceny |
Deweloper | sgraham |
Typ Płatności | free |
Strona Rozszerzenia | http://www.h4ck3r.net/ |
Adres URL Strony Pomocy | http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/ |
Obsługiwane Języki | 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" } |