bing search newtab

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

Co to jest bing search newtab?

bing search newtab to rozszerzenie Chrome opracowane przez http://www.slidingtabs.com, a jego główną funkcją jest „bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia bing search newtab

Pobierz pliki rozszerzeń bing search newtab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
Oficjalny URL https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
Opis bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
Rozmiar pliku 3.69 MB
Liczba instalacji 13
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2018-06-07
Data Publikacji 2018-06-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://www.slidingtabs.com
Typ Płatności free
Obsługiwane Języki 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
}