Dachshund Wallpaper New Tab

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

什么是Dachshund Wallpaper New Tab?

Dachshund Wallpaper New Tab是由https://www.thedogdigest.com开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.”。

扩展截图

screenshot

下载Dachshund Wallpaper New Tab扩展crx文件

下载Dachshund Wallpaper New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Dachshund Wallpaper New Tab Dachshund Wallpaper New Tab
ID liehbcaaiakbpgllpbmbbmkflnaelnge
官方URL https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge
简介 Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
文件大小 7.5 MB
安装次数 403
当前版本 1.2
更新时间 2019-10-09
上架时间 2019-10-09
评分 5.00/5 共1次评分
开发者 https://www.thedogdigest.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}