Bing Image New Tab
Simple new tab with beautiful bing.com daily wallpaper.
Cos'è Bing Image New Tab?
Bing Image New Tab è un'estensione di Chrome sviluppata da wangzheng422, e la sua funzione principale è "Simple new tab with beautiful bing.com daily wallpaper.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bing Image New Tab
Scarica i file di estensione Bing Image New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ .
Informazioni di Base sull'Estensione
Nome | Bing Image New Tab |
ID | hahpccmdkmgmaoebhfnkpcnndnklfbpj |
URL Ufficiale | https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj |
Descrizione | Simple new tab with beautiful bing.com daily wallpaper. |
Dimensione del File | 8.42 MB |
Conteggio Installazioni | 916 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2024-01-02 |
Data di Pubblicazione | 2020-12-20 |
Valutazione | 4.17/5 Totale 6 Valutazioni |
Sviluppatore | wangzheng422 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/wangzheng422/chrome_newtab_wallpaper |
Lingue Supportate | 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" } |