bing search newtab

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

bing search newtabとは何ですか?

bing search newtabはhttp://www.slidingtabs.comによって開発されたChromeの拡張機能で、その主な機能は「bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

bing search newtab拡張機能のCRXファイルをダウンロード

bing search newtab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 bing search newtab bing search newtab
ID nalgdgfdlpobfflhjpgafapgcpidoenm
公式URL https://chrome.google.com/webstore/detail/bing-search-newtab/nalgdgfdlpobfflhjpgafapgcpidoenm
説明 bing search newtab HD wallpapers fully responsive so your content will always look good and awesome to showcase important content.
ファイルサイズ 3.69 MB
インストール数 13
現在のバージョン 1.3
最終更新日 2018-06-07
公開日 2018-06-07
評価 5.00/5 合計 1 レビュー
開発者 http://www.slidingtabs.com
支払い方法 free
対応言語 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
}