Bing Image New Tab

Simple new tab with beautiful bing.com daily wallpaper.

什麼是Bing Image New Tab?

Bing Image New Tab是由wangzheng422開發的Chrome擴展程式,該擴展的主要功能是“Simple new tab with beautiful bing.com daily wallpaper.”。

擴展截圖

screenshot
screenshot

下載Bing Image New Tab擴展crx文件

下載Bing Image New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Super simple, just install, and accept it to take over the new tab. Then you can see bing wallpaper in new tab. Just enjoy the beautiful.

based on https://codingcat.cn/ataraxia/ .                    

擴展基本資訊

名稱 Bing Image New Tab Bing Image New Tab
ID hahpccmdkmgmaoebhfnkpcnndnklfbpj
官方網址 https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj
簡介 Simple new tab with beautiful bing.com daily wallpaper.
檔案大小 8.42 MB
安裝次數 916
目前版本 1.3
更新時間 2024-01-02
上架時間 2020-12-20
評分 4.17/5 共 6 次評分
開發者 wangzheng422
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/wangzheng422/chrome_newtab_wallpaper
支援的語言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "BingTabImage",
    "default_locale": "en",
    "author": "wangzheng422",
    "homepage_url": "https:\/\/github.com\/wangzheng422\/chrome_newtab_wallpaper",
    "description": "__MSG_extension_desc__",
    "version": "1.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "16": ".\/icon.png",
        "32": ".\/icon.png",
        "48": ".\/icon.png",
        "128": ".\/icon.png"
    },
    "permissions": [
        "*:\/\/*.bing.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ]
    },
    "options_page": "options.html"
}