bing search newtab

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

What is bing search newtab?

bing search newtab is a Chrome extension developed by http://www.slidingtabs.com, and its main feature is "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download bing search newtab Extension CRX File

Download bing search newtab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
Official URL https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Description bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
File Size 3.69 MB
Installation Count 13
Current Version 1.3
Last Updated 2018-06-07
Publish Date 2018-06-07
Rating 5.00/5 Total 1 Ratings
Developer http://www.slidingtabs.com
Payment Type free
Supported Languages 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
}