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 sgraham द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that makes your New Tab Page be your Google Tasks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Tab to Tasks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}