BingTab

bing wallpaper by:xwk mail:[email protected]

什么是BingTab?

BingTab是由xwk开发的Chrome扩展程序,该扩展的主要功能是“bing wallpaper by:xwk mail:[email protected]”。

扩展截图

screenshot

下载BingTab扩展crx文件

下载BingTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Show Bing wallpaper with your new tab
新标签页显示bing当天图片                    

扩展基本信息

名称 BingTab BingTab
ID eaipnhehbkcijmmjfbdojegbmomlpbnb
官方URL https://chromewebstore.google.com/detail/bingtab/eaipnhehbkcijmmjfbdojegbmomlpbnb
简介 bing wallpaper by:xwk mail:[email protected]
文件大小 36.82 KB
安装次数 72
当前版本 0.0.5
更新时间 2023-07-26
上架时间 2021-03-30
评分 5.00/5 共1次评分
开发者 xwk
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BingTab",
    "version": "0.0.5",
    "description": "bing wallpaper by:xwk mail:[email protected]",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*.bing.com\/"
    ],
    "content_scripts": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "bingtab.html"
    },
    "page_action": {
        "default_title": "BingTab"
    },
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "21.0.1180.57"
}