Dachshund Wallpaper New Tab
Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Hvad er Dachshund Wallpaper New Tab?
Dachshund Wallpaper New Tab er en Chrome-udvidelse udviklet af https://www.thedogdigest.com, og dens hovedfunktion er "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.".
Udvidelsesskærmbilleder
Download Dachshund Wallpaper New Tab-udvidelses-CRX-fil
Download Dachshund Wallpaper New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | liehbcaaiakbpgllpbmbbmkflnaelnge |
Officiel URL | https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge |
Beskrivelse | Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers. |
Filstørrelse | 7.5 MB |
Antal Installationer | 403 |
Nuværende Version | 1.2 |
Senest Opdateret | 2019-10-09 |
Udgivelsesdato | 2019-10-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://www.thedogdigest.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |