BingTab

bing wallpaper by:xwk mail:[email protected]

What is BingTab?

BingTab is a Chrome extension developed by xwk, and its main feature is "bing wallpaper by:xwk mail:[email protected]".

Extension Screenshots

screenshot

Download BingTab Extension CRX File

Download BingTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BingTab BingTab
ID eaipnhehbkcijmmjfbdojegbmomlpbnb
Official URL https://chromewebstore.google.com/detail/bingtab/eaipnhehbkcijmmjfbdojegbmomlpbnb
Description bing wallpaper by:xwk mail:[email protected]
File Size 36.82 KB
Installation Count 72
Current Version 0.0.5
Last Updated 2023-07-26
Publish Date 2021-03-30
Rating 5.00/5 Total 1 Ratings
Developer xwk
Email [email protected]
Payment Type free
Supported Languages 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"
}