bing search newtab

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

Wat is bing search newtab?

bing search newtab is een Chrome-extensie ontwikkeld door http://www.slidingtabs.com, en de belangrijkste functie is "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie bing search newtab

Download bing search newtab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
Officiële URL https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Beschrijving bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Bestandsgrootte 3.69 MB
Aantal Installaties 13
Huidige Versie 1.3
Laatst Bijgewerkt 2018-06-07
Publicatiedatum 2018-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.slidingtabs.com
Betalingswijze free
Ondersteunde Talen 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
}