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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Subash Pathak และคุณลักษณะหลักของมันคือ "Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom New Tab Background
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |