bing search newtab

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

Cos'è bing search newtab?

bing search newtab è un'estensione di Chrome sviluppata da http://www.slidingtabs.com, e la sua funzione principale è "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione bing search newtab

Scarica i file di estensione bing search newtab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
URL Ufficiale https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Descrizione bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Dimensione del File 3.69 MB
Conteggio Installazioni 13
Versione Corrente 1.3
Ultimo Aggiornamento 2018-06-07
Data di Pubblicazione 2018-06-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://www.slidingtabs.com
Tipo di Pagamento free
Lingue Supportate 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
}