Dachshund Wallpaper New Tab

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

O que é Dachshund Wallpaper New Tab?

Dachshund Wallpaper New Tab é uma extensão do Chrome desenvolvida por https://www.thedogdigest.com, e sua principal característica é "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dachshund Wallpaper New Tab

Baixe arquivos de extensão Dachshund Wallpaper New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Dachshund Wallpaper New Tab Dachshund Wallpaper New Tab
ID liehbcaaiakbpgllpbmbbmkflnaelnge
URL Oficial https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge
Descrição Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Tamanho do Arquivo 7.5 MB
Contagem de Instalações 403
Versão Atual 1.2
Última Atualização 2019-10-09
Data de Publicação 2019-10-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.thedogdigest.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}