bing search newtab

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

Hvad er bing search newtab?

bing search newtab er en Chrome-udvidelse udviklet af http://www.slidingtabs.com, og dens hovedfunktion er "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download bing search newtab-udvidelses-CRX-fil

Download bing search newtab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
Officiel URL https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Beskrivelse bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Filstørrelse 3.69 MB
Antal Installationer 13
Nuværende Version 1.3
Senest Opdateret 2018-06-07
Udgivelsesdato 2018-06-07
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://www.slidingtabs.com
Betalingsmetode free
Understøttede Sprog 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
}