Beaches New Tab
Wallpapers and Backgrounds in browser homepage
Beaches New Tabคืออะไร?
Beaches New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย echerqui32 และคุณลักษณะหลักของมันคือ "Wallpapers and Backgrounds in browser homepage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beaches New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Beaches New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We display amazing images of beaches directly on your browser each time your open a new tab, a wallpaper and a search bar appears full screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Beaches New Tab |
ID | adhffdgeailmnfkphfhlobebagghofid |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/beaches-new-tab/adhffdgeailmnfkphfhlobebagghofid |
คำอธิบาย | Wallpapers and Backgrounds in browser homepage |
ขนาดไฟล์ | 16.71 MB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-03-02 |
วันที่เผยแพร่ | 2018-03-02 |
ผู้พัฒนา | echerqui32 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "version": "1.0.0", "browser_action": { "default_icon": "picto\/48.png", "default_title": "Beaches New Tab" }, "chrome_url_overrides": { "newtab": "wall.html" }, "description": "Wallpapers and Backgrounds in browser homepage", "icons": { "128": "picto\/128.png", "48": "picto\/48.png", "19": "picto\/19.png" }, "manifest_version": 2, "name": "Beaches New Tab", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "wall.html" ] } |