Dachshund Wallpaper New Tab

Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.

Wat is Dachshund Wallpaper New Tab?

Dachshund Wallpaper New Tab is een Chrome-extensie ontwikkeld door https://www.thedogdigest.com, en de belangrijkste functie is "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dachshund Wallpaper New Tab

Download Dachshund Wallpaper New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.                    

Basisinformatie over de Extensie

Naam Dachshund Wallpaper New Tab Dachshund Wallpaper New Tab
ID liehbcaaiakbpgllpbmbbmkflnaelnge
Officiële URL https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge
Beschrijving Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Bestandsgrootte 7.5 MB
Aantal Installaties 403
Huidige Versie 1.2
Laatst Bijgewerkt 2019-10-09
Publicatiedatum 2019-10-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.thedogdigest.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}