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
Eメール [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"
            ]
        }
    ]
}