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
}