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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Fullscreen mode for Google Tasks widget

ดาวน์โหลดไฟล์ส่วนขยาย Fullscreen mode for Google Tasks widget ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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