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…

O que é Fullscreen mode for Google Tasks widget?

Fullscreen mode for Google Tasks widget é uma extensão do Chrome desenvolvida por gerasimov.pk, e sua principal característica é "Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fullscreen mode for Google Tasks widget

Baixe arquivos de extensão Fullscreen mode for Google Tasks widget no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Fullscreen mode for Google Tasks widget Fullscreen mode for Google Tasks widget
ID gfpnllmkplpmepfmpedpmgdbohcfnofh
URL Oficial https://chromewebstore.google.com/detail/fullscreen-mode-for-googl/gfpnllmkplpmepfmpedpmgdbohcfnofh
Descrição Enables fullscreen mode for Google Tasks widget to simplify management of long task lists. Dozens of items in Google Tasks are not…
Tamanho do Arquivo 9.37 KB
Contagem de Instalações 42
Versão Atual 0.1.1
Última Atualização 2021-03-14
Data de Publicação 2021-03-05
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor gerasimov.pk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}