Fullscreen mode for Google Tasks widget

Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…

Fullscreen mode for Google Tasks widget क्या है?

Fullscreen mode for Google Tasks widget gerasimov.pk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…"।

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

screenshot

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

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

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

                        Enables fullscreen mode for Google Tasks widget to simplify management of long task lists.

Dozens of items in Google Tasks are not easy manageable just in the sidebar. 
Long task names, subtasks, dates, links to context - reordering is a pain, you see just several items and have to scroll in this narrow panel to sort the list properly.

This widget adds a fullscreen button that takes exactly the same widget and just opens it in a new tab. Much easier to reorder your work!                    

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

नाम Fullscreen mode for Google Tasks widget Fullscreen mode for Google Tasks widget
ID gfpnllmkplpmepfmpedpmgdbohcfnofh
आधिकारिक URL https://chromewebstore.google.com/detail/fullscreen-mode-for-googl/gfpnllmkplpmepfmpedpmgdbohcfnofh
विवरण Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…
फ़ाइल का आकार 9.37 KB
स्थापना संख्या 42
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2021-03-14
प्रकाशन तिथि 2021-03-05
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर gerasimov.pk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreen mode for Google Tasks widget",
    "version": "0.1.1",
    "manifest_version": 3,
    "icons": {
        "32": "\/icons\/icon32.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tasks.google.com\/embed\/*"
            ],
            "all_frames": true,
            "js": [
                "\/scripts\/dom_utils.js",
                "\/scripts\/wait_and_execute_helper.js",
                "content_script.js"
            ]
        }
    ]
}