bing search newtab

bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.

O que é bing search newtab?

bing search newtab é uma extensão do Chrome desenvolvida por http://www.slidingtabs.com, e sua principal característica é "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão bing search newtab

Baixe arquivos de extensão bing search newtab 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

                        Homepage Customizer + Wallpapers (Chrome)
With stunning HD background wallpapers , enhance your New Tab Page with a search box that allows you to search the web using Bing Search.

Fully responsive so your content will always look good on any screen size

Awesome sliders give you the opportunity to showcase important content                    

Informações Básicas da Extensão

Nome bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
URL Oficial https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Descrição bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Tamanho do Arquivo 3.69 MB
Contagem de Instalações 13
Versão Atual 1.3
Última Atualização 2018-06-07
Data de Publicação 2018-06-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://www.slidingtabs.com
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bing search newtab",
    "version": "1.3",
    "description": "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "customizer.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}