Another Tab

Another Tab Chrome Extension

O que é Another Tab?

Another Tab é uma extensão do Chrome desenvolvida por Dumb Sloth Development, e sua principal característica é "Another Tab Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Another Tab

Baixe arquivos de extensão Another Tab 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

                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                    

Informações Básicas da Extensão

Nome Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
URL Oficial https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
Descrição Another Tab Chrome Extension
Tamanho do Arquivo 507 KB
Contagem de Instalações 75
Versão Atual 1.1.0
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Dumb Sloth Development
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mmazzarolo/chrome-another-tab
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}