New Tab Beautifier
Beautify Chrome's new tab page with awesome background images.
什么是New Tab Beautifier?
New Tab Beautifier是由Tab Beautifiers开发的Chrome扩展程序,该扩展的主要功能是“Beautify Chrome's new tab page with awesome background images.”。
扩展截图
下载New Tab Beautifier扩展crx文件
下载New Tab Beautifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
New Tab Beautifier V 1.0 is a Chrome extension to give you the awesome experience while opening new tab before opening any website or URL. It will change the background of your chrome browser internally and show you beautiful wallpaper in the background. You will see new wallpaper on every tab opening. We have created this tab beautifier to make you feel fresh on each tab you open. It’s very beneficial for the people who spent lots of time on the internet and get frustrated with white background. They feel their life like black & white. This New Tab Beautifier definitely will add some happiness in you day to day work on the internet.
扩展基本信息
名称 | |
ID | jaffpmdkmkpbmjhgiogmkipocghhnelg |
官方URL | https://chrome.google.com/webstore/detail/new-tab-beautifier/jaffpmdkmkpbmjhgiogmkipocghhnelg |
简介 | Beautify Chrome's new tab page with awesome background images. |
文件大小 | 12.87 KB |
安装次数 | 370 |
当前版本 | 1.0 |
更新时间 | 2014-07-25 |
上架时间 | 2014-07-25 |
评分 | 4.49/5 共76次评分 |
开发者 | Tab Beautifiers |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/bg.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "description": "Beautify Chrome's new tab page with awesome background images.", "icons": { "128": "images\/icon.png" }, "manifest_version": 2, "name": "New Tab Beautifier", "version": "1.0" } |