Bing Image New Tab

Simple new tab with beautiful bing.com daily wallpaper.

Bing Image New Tab क्या है?

Bing Image New Tab wangzheng422 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple new tab with beautiful bing.com daily wallpaper."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bing Image New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}