Bing Image New Tab
Simple new tab with beautiful bing.com daily wallpaper.
什么是Bing Image New Tab?
Bing Image New Tab是由wangzheng422开发的Chrome扩展程序,该扩展的主要功能是“Simple new tab with beautiful bing.com daily wallpaper.”。
扩展截图
下载Bing Image New Tab扩展crx文件
下载Bing Image New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } |