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
官方網址 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"
}