Open Tabs

When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.

O que é Open Tabs?

Open Tabs é uma extensão do Chrome desenvolvida por opentabs, e sua principal característica é "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.".

Capturas de Tela da Extensão

screenshot
screenshot
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

                        Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.                    

Informações Básicas da Extensão

Nome Open Tabs Open Tabs
ID anffifgedjhloingebbhadnfengmbapm
URL Oficial https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm
Descrição When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Tamanho do Arquivo 71.36 KB
Contagem de Instalações 109
Versão Atual 0.1.4
Última Atualização 2014-08-23
Data de Publicação 2014-08-23
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor opentabs
Tipo de Pagamento free
Site da Extensão https://twitter.com/myopentabs
URL da Página de Ajuda https://twitter.com/myopentabs
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Tabs",
    "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
    "version": "0.1.4",
    "incognito": "split",
    "icons": {
        "48": "opentabsfavicon48.ico",
        "128": "opentabsfavicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "opentabs.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}