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 |
官方網址 | 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" } |