New Tab to Tasks

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

Τι είναι το New Tab to Tasks;

Το New Tab to Tasks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sgraham, και η κύρια λειτουργία του είναι "A simple extension that makes your New Tab Page be your Google Tasks.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης New Tab to Tasks

Λήψη αρχείων επέκτασης New Tab to Tasks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα New Tab to Tasks New Tab to Tasks
ID bokbgdhblfolpfanocjafjhpjkebhlfk
Επίσημο URL https://chromewebstore.google.com/detail/new-tab-to-tasks/bokbgdhblfolpfanocjafjhpjkebhlfk
Περιγραφή A simple extension that makes your New Tab Page be your Google Tasks.
Μέγεθος Αρχείου 15.41 KB
Αριθμός Εγκαταστάσεων 7,848
Τρέχουσα Έκδοση 6
Τελευταία Ενημέρωση 2013-07-05
Ημερομηνία Δημοσίευσης 2013-07-04
Αξιολόγηση 4.09/5 Συνολικά 235 Αξιολογήσεις
Προγραμματιστής sgraham
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.h4ck3r.net/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.h4ck3r.net/2009/12/13/new-tab-page-as-tasks/
Υποστηριζόμενες Γλώσσες 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"
}