Button for Google Tasks

You no longer need to open Gmail or Google Calendar to access Google Tasks. Extension allows you to open Google Tasks in new tab.

Button for Google Tasks क्या है?

Button for Google Tasks https://browsecraft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You no longer need to open Gmail or Google Calendar to access Google Tasks. Extension allows you to open Google Tasks in new tab."।

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

screenshot

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

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

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

                        We love Google Tasks. It's a fantastic and easy to-do app. We also love being focused and productive. I don't like to have to open Gmail or Google Calendar to access tasks. We only need my Google Tasks and nothing else 😤

Does that sound familiar to you?

So we created this simple extension. By clicking on the extension icon, a new tab will open with standalone Google Tasks and nothing else 🤗

The extension provides access to the Google Tasks app and supports all features:
• Starred tasks. 
• Displaying tasks from Google Workspace.
• Recurring tasks.
• Set date and time for tasks.
• Sorting tasks by drag and drop.

Made with ❤️ by BrowseCraft gang. Stand with Ukraine 💙💛.

ADS & PROMOTION
When using Button for Google Tasks, you may encounter advertisements for other extensions. These situational ads allow us to develop the product and make it free for you - our users.

DISCLAIMER
Please note Button for Google Tasks is not made by Google™ or affiliated with Google™. Google™ and Google Tasks™ are trademarks of Google LLC.                    

एक्सटेंशन की मूल जानकारी

नाम Button for Google Tasks Button for Google Tasks
ID jlgndcbgcfaaidgacjgelccmedbjenhb
आधिकारिक URL https://chromewebstore.google.com/detail/button-for-google-tasks/jlgndcbgcfaaidgacjgelccmedbjenhb
विवरण You no longer need to open Gmail or Google Calendar to access Google Tasks. Extension allows you to open Google Tasks in new tab.
फ़ाइल का आकार 35.88 KB
स्थापना संख्या 98,796
वर्तमान संस्करण 23.12.11
अंतिम अपडेट 2023-12-12
प्रकाशन तिथि 2019-09-02
रेटिंग 4.05/5 कुल 39 रेटिंग्स
डेवलपर https://browsecraft.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://browsecraft.com/
सहायता पृष्ठ URL https://browsecraft.com/contacts
गोपनीयता नीति पृष्ठ URL https://browsecraft.com/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "version": "23.12.11",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/manganum.app\/products\/google-tasks-on-new-tab",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [
        "https:\/\/tasks.google.com\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tasks.google.com\/embed\/list\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "googletasks128.png"
        }
    },
    "icons": {
        "128": "googletasks128.png"
    }
}