Bing Image New Tab

Simple new tab with beautiful bing.com daily wallpaper.

O que é Bing Image New Tab?

Bing Image New Tab é uma extensão do Chrome desenvolvida por wangzheng422, e sua principal característica é "Simple new tab with beautiful bing.com daily wallpaper.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Bing Image New Tab

Baixe arquivos de extensão Bing Image New 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

                        Super simple, just install, and accept it to take over the new tab. Then you can see bing wallpaper in new tab. Just enjoy the beautiful.

based on https://codingcat.cn/ataraxia/ .                    

Informações Básicas da Extensão

Nome Bing Image New Tab Bing Image New Tab
ID hahpccmdkmgmaoebhfnkpcnndnklfbpj
URL Oficial https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj
Descrição Simple new tab with beautiful bing.com daily wallpaper.
Tamanho do Arquivo 8.42 MB
Contagem de Instalações 916
Versão Atual 1.3
Última Atualização 2024-01-02
Data de Publicação 2020-12-20
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor wangzheng422
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/wangzheng422/chrome_newtab_wallpaper
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "BingTabImage",
    "default_locale": "en",
    "author": "wangzheng422",
    "homepage_url": "https:\/\/github.com\/wangzheng422\/chrome_newtab_wallpaper",
    "description": "__MSG_extension_desc__",
    "version": "1.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "16": ".\/icon.png",
        "32": ".\/icon.png",
        "48": ".\/icon.png",
        "128": ".\/icon.png"
    },
    "permissions": [
        "*:\/\/*.bing.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ]
    },
    "options_page": "options.html"
}