ASOS Discount Tags

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

Apa itu ASOS Discount Tags?

ASOS Discount Tags adalah ekstensi Chrome yang dikembangkan oleh John Rengwu, dan fitur utamanya adalah "Shows how much you'd save for each item in ASOS!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ASOS Discount Tags

Unduh file ekstensi ASOS Discount Tags dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

It's color-coded too!                    

Informasi Dasar Ekstensi

Nama ASOS Discount Tags ASOS Discount Tags
ID ncciljcjappcmmimhgnndopppbccmnik
URL Resmi https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik
Deskripsi Shows how much you'd save for each item in ASOS!
Ukuran File 16.61 KB
Jumlah Instalasi 89
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2019-02-10
Tanggal Publikasi 2019-02-09
Penilaian 1.00/5 Total 1 Penilaian
Pengembang John Rengwu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}