Dachshund Wallpaper New Tab
Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Dachshund Wallpaper New Tabคืออะไร?
Dachshund Wallpaper New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thedogdigest.com และคุณลักษณะหลักของมันคือ "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dachshund Wallpaper New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Dachshund Wallpaper New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | liehbcaaiakbpgllpbmbbmkflnaelnge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge |
คำอธิบาย | Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers. |
ขนาดไฟล์ | 7.5 MB |
จำนวนการติดตั้ง | 403 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-10-09 |
วันที่เผยแพร่ | 2019-10-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.thedogdigest.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "name": "Dachshund Wallpaper New Tab", "description": "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.", "author": "Anant Gupta", "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/cdn.onesignal.com https:\/\/onesignal.com\/; object-src 'self' 'unsafe-eval';", "manifest_version": 2, "minimum_chrome_version": "37", "icons": { "128": "src\/assets\/icons\/icon128.png", "16": "src\/assets\/icons\/icon16.png", "48": "src\/assets\/icons\/icon48.png" }, "browser_action": { "default_icon": { "128": "src\/assets\/icons\/icon128.png", "16": "src\/assets\/icons\/icon16.png", "48": "src\/assets\/icons\/icon48.png" } }, "background": { "scripts": [ "src\/OneSignal.js", "src\/background.js" ], "persistent": false }, "permissions": [ "gcm", "storage", "notifications", "identity", "bookmarks", "chrome:\/\/favicon\/", "activeTab", "http:\/\/gupanant.com\/*", "topSites", "management", "tabs", "fontSettings", "sessions" ], "chrome_url_overrides": { "newtab": "src\/main.html" } } |