Dachshund Wallpaper New Tab
Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Cos'è Dachshund Wallpaper New Tab?
Dachshund Wallpaper New Tab è un'estensione di Chrome sviluppata da https://www.thedogdigest.com, e la sua funzione principale è "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dachshund Wallpaper New Tab
Scarica i file di estensione Dachshund Wallpaper New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Informazioni di Base sull'Estensione
Nome | |
ID | liehbcaaiakbpgllpbmbbmkflnaelnge |
URL Ufficiale | https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge |
Descrizione | Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers. |
Dimensione del File | 7.5 MB |
Conteggio Installazioni | 403 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-10-09 |
Data di Pubblicazione | 2019-10-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.thedogdigest.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |