New Tab Beautifier
Beautify Chrome's new tab page with awesome background images.
New Tab Beautifierคืออะไร?
New Tab Beautifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tab Beautifiers และคุณลักษณะหลักของมันคือ "Beautify Chrome's new tab page with awesome background images."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Beautifier
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |