ASOS Discount Tags

Shows how much you'd save for each item in ASOS!

什么是ASOS Discount Tags?

ASOS Discount Tags是由John Rengwu开发的Chrome扩展程序,该扩展的主要功能是“Shows how much you'd save for each item in ASOS!”。

扩展截图

screenshot
screenshot
screenshot

下载ASOS Discount Tags扩展crx文件

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

扩展使用说明

                        Tags that show discounts of each item that's on sale on ASOS.com.

It's color-coded too!                    

扩展基本信息

名称 ASOS Discount Tags ASOS Discount Tags
ID ncciljcjappcmmimhgnndopppbccmnik
官方URL https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik
简介 Shows how much you'd save for each item in ASOS!
文件大小 16.61 KB
安装次数 89
当前版本 0.1.3
更新时间 2019-02-10
上架时间 2019-02-09
评分 1.00/5 共1次评分
开发者 John Rengwu
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ASOS Discount Tags",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Shows how much you'd save for each item in ASOS!",
    "homepage_url": "http:\/\/www.asos.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.asos.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.asos.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}