Better New Tab Pro
Better new tab improves the quality of your new tab with amazing wallpapers & videos
Better New Tab Proคืออะไร?
Better New Tab Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MrProductivity และคุณลักษณะหลักของมันคือ "Better new tab improves the quality of your new tab with amazing wallpapers & videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better New Tab Pro
ดาวน์โหลดไฟล์ส่วนขยาย Better New Tab Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page. If you want more videos or images, please let us know and we will add more! Suggestions are welcome! You can contact us @ [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nojnjadiacnfbmeaedaloeilohcjmfdg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg |
คำอธิบาย | Better new tab improves the quality of your new tab with amazing wallpapers & videos |
ขนาดไฟล์ | 17.23 MB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-06-17 |
วันที่เผยแพร่ | 2020-06-17 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | MrProductivity |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "MrProductivity", "version": "1.0.1", "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "pages\/app.html" }, "background": { "persistent": true, "page": "pages\/background.html" }, "permissions": [ "tabs", "topSites", "storage" ], "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/content.js" ] } |