Dachshund Wallpaper New Tab

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

Qu'est-ce que Dachshund Wallpaper New Tab ?

Dachshund Wallpaper New Tab est une extension Chrome développée par https://www.thedogdigest.com, et sa fonction principale est "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dachshund Wallpaper New Tab

Téléchargez les fichiers d'extension Dachshund Wallpaper New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dachshund Wallpaper New Tab Dachshund Wallpaper New Tab
ID liehbcaaiakbpgllpbmbbmkflnaelnge
URL Officiel https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge
Description Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Taille du Fichier 7.5 MB
Nombre d'Installations 403
Version Actuelle 1.2
Dernière Mise à Jour 2019-10-09
Date de Publication 2019-10-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.thedogdigest.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}