My Open Tabs

Show open tab of Sheets, Docs and Slides

O que é My Open Tabs?

My Open Tabs é uma extensão do Chrome desenvolvida por itamar57, e sua principal característica é "Show open tab of Sheets, Docs and Slides".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My Open Tabs

Baixe arquivos de extensão My Open Tabs 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

                        This extension will make you life so much better. 
When you have many google Sheets/docs/slides tabs open and you don`t know which is which , it will organize them by type in a simple list - just click the item you are looking for and you will jump directly to the open tab - no more opening the same sheet multiple times just because you cant find it. 

You can now search for a specific document as well as sort A-Z or last opened 

Here are some useful keyboard shortcuts 
- Press Ctrl+Shift+K to open the extension from any page
- While in extension
- Press Alt+Right Arrow to move into the next tab type
- Press Alt+Left Arrow to move into the previous tab type
- Press Arrow Down or Arrow Up to change focus on item
- Press Enter to open the selected item (highlighted)                    

Informações Básicas da Extensão

Nome My Open Tabs My Open Tabs
ID gaofekklmoidlbhcgafckljimibicknf
URL Oficial https://chromewebstore.google.com/detail/my-open-tabs/gaofekklmoidlbhcgafckljimibicknf
Descrição Show open tab of Sheets, Docs and Slides
Tamanho do Arquivo 16.37 KB
Contagem de Instalações 46
Versão Atual 1.2.0
Última Atualização 2022-10-28
Data de Publicação 2022-10-03
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor itamar57
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.myopentabs.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Open Tabs",
    "description": "Show open tab of Sheets, Docs and Slides",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    }
}