Open Tabs

Show open tabs

O que é Open Tabs?

Open Tabs é uma extensão do Chrome desenvolvida por Syl, e sua principal característica é "Show open tabs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open Tabs

Baixe arquivos de extensão 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 is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs

Show open tabs:

- Go to tab
- Close tab
- Reload tab
- Duplicate tab
- Pin/unpin tab
- Hide tab

The open tabs are updated in real time.

Changelog: https://github.com/sylouuu/chrome-open-tabs/releases                    

Informações Básicas da Extensão

Nome Open Tabs Open Tabs
ID cepfpldhbcfaklnnldhoaahgliijehap
URL Oficial https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap
Descrição Show open tabs
Tamanho do Arquivo 34.91 KB
Contagem de Instalações 1,226
Versão Atual 0.3.2
Última Atualização 2017-06-22
Data de Publicação 2017-06-22
Classificação 3.75/5 Total de 12 Avaliações
Desenvolvedor Syl
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sylouuu/chrome-open-tabs
URL da Página de Ajuda https://github.com/sylouuu/chrome-open-tabs/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "version": "0.3.2",
    "description": "Show open tabs",
    "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}