Bing Image New Tab
Simple new tab with beautiful bing.com daily wallpaper.
Qu'est-ce que Bing Image New Tab ?
Bing Image New Tab est une extension Chrome développée par wangzheng422, et sa fonction principale est "Simple new tab with beautiful bing.com daily wallpaper.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bing Image New Tab
Téléchargez les fichiers d'extension Bing Image New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/ .
Informations de Base sur l'Extension
Nom | Bing Image New Tab |
ID | hahpccmdkmgmaoebhfnkpcnndnklfbpj |
URL Officiel | https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj |
Description | Simple new tab with beautiful bing.com daily wallpaper. |
Taille du Fichier | 8.42 MB |
Nombre d'Installations | 916 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2024-01-02 |
Date de Publication | 2020-12-20 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | wangzheng422 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/wangzheng422/chrome_newtab_wallpaper |
Langues Prises en Charge | 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" } |