Bing Image New Tab

Simple new tab with beautiful bing.com daily wallpaper.

Wat is Bing Image New Tab?

Bing Image New Tab is een Chrome-extensie ontwikkeld door wangzheng422, en de belangrijkste functie is "Simple new tab with beautiful bing.com daily wallpaper.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bing Image New Tab

Download Bing Image New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Bing Image New Tab Bing Image New Tab
ID hahpccmdkmgmaoebhfnkpcnndnklfbpj
Officiële URL https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj
Beschrijving Simple new tab with beautiful bing.com daily wallpaper.
Bestandsgrootte 8.42 MB
Aantal Installaties 916
Huidige Versie 1.3
Laatst Bijgewerkt 2024-01-02
Publicatiedatum 2020-12-20
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar wangzheng422
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/wangzheng422/chrome_newtab_wallpaper
Ondersteunde Talen 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"
}