bing search newtab

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

Qu'est-ce que bing search newtab ?

bing search newtab est une extension Chrome développée par http://www.slidingtabs.com, et sa fonction principale est "bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension bing search newtab

Téléchargez les fichiers d'extension bing search newtab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
URL Officiel 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.
Taille du Fichier 3.69 MB
Nombre d'Installations 13
Version Actuelle 1.3
Dernière Mise à Jour 2018-06-07
Date de Publication 2018-06-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://www.slidingtabs.com
Type de Paiement free
Langues Prises en Charge 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
}