Dark Tab

Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.

O que é Dark Tab?

Dark Tab é uma extensão do Chrome desenvolvida por bhavman2, e sua principal característica é "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dark Tab

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

                                            

Informações Básicas da Extensão

Nome Dark Tab Dark Tab
ID hennhogejmpcmcdpjbfhangpmngfnbkl
URL Oficial https://chromewebstore.google.com/detail/dark-tab/hennhogejmpcmcdpjbfhangpmngfnbkl
Descrição Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.
Tamanho do Arquivo 21.28 KB
Contagem de Instalações 12
Versão Atual 1.3
Última Atualização 2019-01-11
Data de Publicação 2019-01-11
Desenvolvedor bhavman2
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Tab",
    "description": "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.",
    "version": "1.3",
    "author": "Bhavik Raval",
    "manifest_version": 2,
    "icons": {
        "128": "light-on-128.png",
        "48": "light-on-48.png",
        "16": "light-on-16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "light-on-16.png",
        "default_title": "Dark Tab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/api.unsplash.com\/*"
    ]
}