New Tab Background Image Extension
Replace the default new tab page content with any background image.
什么是New Tab Background Image Extension?
New Tab Background Image Extension是由linuscedergren开发的Chrome扩展程序,该扩展的主要功能是“Replace the default new tab page content with any background image.”。
扩展截图
下载New Tab Background Image Extension扩展crx文件
下载New Tab Background Image Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces the default new tab page with a custom background image page. You can add any image you like as a background image for the new tab page. 扩展基本信息
| 名称 | |
| ID | iohffbeoicpkdleboejfalnmmokbfcep |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep |
| 简介 | Replace the default new tab page content with any background image. |
| 文件大小 | 8.27 KB |
| 安装次数 | 73 |
| 当前版本 | 1.4.0 |
| 更新时间 | 2022-10-29 |
| 上架时间 | 2020-09-27 |
| 开发者 | linuscedergren |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Background Image Extension",
"version": "1.4.0",
"manifest_version": 3,
"description": "Replace the default new tab page content with any background image.",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": ".\/index.html"
},
"icons": {
"128": ".\/icon.png"
}
} | |