bing search newtab

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

Vad är bing search newtab?

bing search newtab är en Chrome-tillägg utvecklad av http://www.slidingtabs.com, och dess huvudfunktion är "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner bing search newtab-förlängningens CRX-fil

Ladda ner bing search newtab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
Officiell webbadress https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Beskrivning bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Filstorlek 3.69 MB
Antal Installationer 13
Aktuell Version 1.3
Senast Uppdaterad 2018-06-07
Publiceringsdatum 2018-06-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.slidingtabs.com
Betalningssätt free
Stödda Språk 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
}