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…

Cos'è Fullscreen mode for Google Tasks widget?

Fullscreen mode for Google Tasks widget è un'estensione di Chrome sviluppata da gerasimov.pk, e la sua funzione principale è "Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fullscreen mode for Google Tasks widget

Scarica i file di estensione Fullscreen mode for Google Tasks widget in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Fullscreen mode for Google Tasks widget Fullscreen mode for Google Tasks widget
ID gfpnllmkplpmepfmpedpmgdbohcfnofh
URL Ufficiale https://chromewebstore.google.com/detail/fullscreen-mode-for-googl/gfpnllmkplpmepfmpedpmgdbohcfnofh
Descrizione Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…
Dimensione del File 9.37 KB
Conteggio Installazioni 42
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-03-14
Data di Pubblicazione 2021-03-05
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore gerasimov.pk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}