bing search newtab

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

Co je bing search newtab?

bing search newtab je rozšíření Chrome vyvinuté http://www.slidingtabs.com, a jeho hlavní funkcí je „bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření bing search newtab

Stáhněte si soubory rozšíření bing search newtab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
Oficiální URL https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Popis bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Velikost souboru 3.69 MB
Počet instalací 13
Aktuální Verze 1.3
Poslední Aktualizace 2018-06-07
Datum Vydání 2018-06-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://www.slidingtabs.com
Typ Platby free
Podporované Jazyky 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
}