Merch by Amazon Dashboard 2.0

This extension beautify your Merch by Amazon Dashboard.

什么是Merch by Amazon Dashboard 2.0?

Merch by Amazon Dashboard 2.0是由codewebx开发的Chrome扩展程序,该扩展的主要功能是“This extension beautify your Merch by Amazon Dashboard.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Merch by Amazon Dashboard 2.0扩展crx文件

下载Merch by Amazon Dashboard 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For perfect results also install PrettyMerch extension. 

Activate dark mode by clicking on icon of the extension.                    

扩展基本信息

名称 Merch by Amazon Dashboard 2.0 Merch by Amazon Dashboard 2.0
ID kglbkjaedpmdeemlpbkdencjmmjepfjk
官方URL https://chromewebstore.google.com/detail/merch-by-amazon-dashboard/kglbkjaedpmdeemlpbkdencjmmjepfjk
简介 This extension beautify your Merch by Amazon Dashboard.
文件大小 45.58 KB
安装次数 51
当前版本 1.2
更新时间 2018-10-12
上架时间 2018-10-12
开发者 codewebx
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch by Amazon Dashboard 2.0",
    "version": "1.2",
    "manifest_version": 2,
    "description": "This extension beautify your Merch by Amazon Dashboard.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/merchdesign-for-merch-by\/lideilkljleemchjfboaidkkfoihcomc?hl=de",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/merch.amazon.com\/*"
    ],
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "js\/jquery.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "css": [
                "src\/css\/light-mode.css"
            ],
            "js": [
                "js\/jquery.js",
                "src\/bg\/browseraction.js"
            ]
        }
    ]
}