bing search newtab

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

¿Qué es bing search newtab?

bing search newtab es una extensión de Chrome desarrollada por http://www.slidingtabs.com, y su función principal es "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión bing search newtab

Descarga archivos de extensión bing search newtab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
URL Oficial https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Descripción bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Tamaño del Archivo 3.69 MB
Cantidad de Instalaciones 13
Versión Actual 1.3
Última Actualización 2018-06-07
Fecha de Publicación 2018-06-07
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://www.slidingtabs.com
Tipo de Pago free
Idiomas Soportados 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
}