Bing Image New Tab

Simple new tab with beautiful bing.com daily wallpaper.

What is Bing Image New Tab?

Bing Image New Tab is a Chrome extension developed by wangzheng422, and its main feature is "Simple new tab with beautiful bing.com daily wallpaper.".

Extension Screenshots

screenshot
screenshot

Download Bing Image New Tab Extension CRX File

Download Bing Image New Tab 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

                        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/ .                    

Extension Basic Information

Name Bing Image New Tab Bing Image New Tab
ID hahpccmdkmgmaoebhfnkpcnndnklfbpj
Official URL https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj
Description Simple new tab with beautiful bing.com daily wallpaper.
File Size 8.42 MB
Installation Count 916
Current Version 1.3
Last Updated 2024-01-02
Publish Date 2020-12-20
Rating 4.17/5 Total 6 Ratings
Developer wangzheng422
Email [email protected]
Payment Type free
Extension Website https://github.com/wangzheng422/chrome_newtab_wallpaper
Supported Languages 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"
}