Bing Image New Tab
Simple new tab with beautiful bing.com daily wallpaper.
¿Qué es Bing Image New Tab?
Bing Image New Tab es una extensión de Chrome desarrollada por wangzheng422, y su función principal es "Simple new tab with beautiful bing.com daily wallpaper.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bing Image New Tab
Descarga archivos de extensión Bing Image New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/ .
Información Básica de la Extensión
Nombre | Bing Image New Tab |
ID | hahpccmdkmgmaoebhfnkpcnndnklfbpj |
URL Oficial | https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj |
Descripción | Simple new tab with beautiful bing.com daily wallpaper. |
Tamaño del Archivo | 8.42 MB |
Cantidad de Instalaciones | 916 |
Versión Actual | 1.3 |
Última Actualización | 2024-01-02 |
Fecha de Publicación | 2020-12-20 |
Calificación | 4.17/5 Total de 6 Calificaciones |
Desarrollador | wangzheng422 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/wangzheng422/chrome_newtab_wallpaper |
Idiomas Soportados | 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" } |