Cat Wallpaper Custom New Tab
Chrome new tab extension customized with Cat Wallpapers.
Cat Wallpaper Custom New Tabคืออะไร?
Cat Wallpaper Custom New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AwesomeTabsTheme และคุณลักษณะหลักของมันคือ "Chrome new tab extension customized with Cat Wallpapers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cat Wallpaper Custom New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Cat Wallpaper Custom New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cat Wallpapers New Tab turns new tab to custom themes with cat wallpapers. Install this extension to enjoy varied HD cat wallpapers in your start and new tab page. Features - Shuffle or fixed wallpaper on new tab - Quicklinks to most used app - Date and Time
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cat Wallpaper Custom New Tab |
ID | bdhjmbgjpebjhccgfcenmmgnfjekljnm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cat-wallpaper-custom-new/bdhjmbgjpebjhccgfcenmmgnfjekljnm |
คำอธิบาย | Chrome new tab extension customized with Cat Wallpapers. |
ขนาดไฟล์ | 7.35 MB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2021-03-17 |
วันที่เผยแพร่ | 2021-03-14 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | AwesomeTabsTheme |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,bn,ta,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "version": "0.1", "default_locale": "en", "icons": { "128": "imgs\/icon-128.png", "64": "imgs\/icon-64.png", "48": "imgs\/icon-48.png" }, "offline_enabled": true, "browser_action": { "default_icon": "imgs\/icon-48.png" }, "chrome_url_overrides": { "newtab": "board.html" }, "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "background": { "scripts": [ "js\/custom.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/use.fontawesome.com https:\/\/stackpath.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |