Blank New Tab Page - White Smoke

A blank new tab page with white smoke background, which also supports dark mode.

O que é Blank New Tab Page - White Smoke?

Blank New Tab Page - White Smoke é uma extensão do Chrome desenvolvida por https://yuhaofe.com, e sua principal característica é "A blank new tab page with white smoke background, which also supports dark mode.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Blank New Tab Page - White Smoke

Baixe arquivos de extensão Blank New Tab Page - White Smoke 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 replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode.

You may hide the toolbar icon by right click on it.                    

Informações Básicas da Extensão

Nome Blank New Tab Page - White Smoke Blank New Tab Page - White Smoke
ID jmbngnnlimnakiibacglaeflpghellfh
URL Oficial https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh
Descrição A blank new tab page with white smoke background, which also supports dark mode.
Tamanho do Arquivo 9.44 KB
Contagem de Instalações 3,742
Versão Atual 0.2.3
Última Atualização 2022-04-05
Data de Publicação 2019-04-14
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://yuhaofe.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://yuhaofe.com/blank-new-tab-page
URL da Página de Ajuda https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues
Idiomas Suportados en,es,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "version": "0.2.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/blank16.png",
        "32": "icons\/blank32.png",
        "48": "icons\/blank48.png",
        "128": "icons\/blank128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/blank16.png",
            "32": "icons\/blank32.png"
        },
        "default_popup": "src\/options.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/blank.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "default_locale": "en"
}