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…

Apa itu Fullscreen mode for Google Tasks widget?

Fullscreen mode for Google Tasks widget adalah ekstensi Chrome yang dikembangkan oleh gerasimov.pk, dan fitur utamanya adalah "Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fullscreen mode for Google Tasks widget

Unduh file ekstensi Fullscreen mode for Google Tasks widget dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Fullscreen mode for Google Tasks widget Fullscreen mode for Google Tasks widget
ID gfpnllmkplpmepfmpedpmgdbohcfnofh
URL Resmi https://chromewebstore.google.com/detail/fullscreen-mode-for-googl/gfpnllmkplpmepfmpedpmgdbohcfnofh
Deskripsi Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…
Ukuran File 9.37 KB
Jumlah Instalasi 42
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2021-03-14
Tanggal Publikasi 2021-03-05
Penilaian 4.00/5 Total 1 Penilaian
Pengembang gerasimov.pk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}