Custom New Tab Background
Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB
什么是Custom New Tab Background?
Custom New Tab Background是由Subash Pathak开发的Chrome扩展程序,该扩展的主要功能是“Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB”。
扩展截图
下载Custom New Tab Background扩展crx文件
下载Custom New Tab Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Set a custom background image or wallpaper on new tab page.
Icon by lexacahyani from the Noun Project 扩展基本信息
| 名称 | |
| ID | odkemkdbjdjlpipmdmnidmcbjnchpghm |
| 官方URL | https://chromewebstore.google.com/detail/custom-new-tab-background/odkemkdbjdjlpipmdmnidmcbjnchpghm |
| 简介 | Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB |
| 文件大小 | 244 KB |
| 安装次数 | 13,571 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2021-04-15 |
| 上架时间 | 2019-04-10 |
| 评分 | 3.80/5 共45次评分 |
| 开发者 | Subash Pathak |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Subash/chrome-custom-new-tab-background |
| 帮助页面URL | https://github.com/Subash/chrome-custom-new-tab-background |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Custom New Tab Background",
"version": "1.0.4",
"description": "Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB",
"chrome_url_overrides": {
"newtab": "tab.html"
}
} | |