eBay USD to LKR

eBay USD to LKR will convert USD prices to LKR

Apa itu eBay USD to LKR?

eBay USD to LKR adalah ekstensi Chrome yang dikembangkan oleh http://sampathkumara.com, dan fitur utamanya adalah "eBay USD to LKR will convert USD prices to LKR ".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi eBay USD to LKR

Unduh file ekstensi eBay USD to LKR 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

                        eBay USD to LKR will convert USD prices to LKR                    

Informasi Dasar Ekstensi

Nama eBay USD to LKR eBay USD to LKR
ID iccdjmkmbbdjdaiphhldhgdmcknjfocn
URL Resmi https://chrome.google.com/webstore/detail/ebay-usd-to-lkr/iccdjmkmbbdjdaiphhldhgdmcknjfocn
Deskripsi eBay USD to LKR will convert USD prices to LKR
Ukuran File 67.44 KB
Jumlah Instalasi 41
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2018-06-19
Tanggal Publikasi 2018-06-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://sampathkumara.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "1.png",
        "20": "2.png",
        "24": "3.png",
        "32": "4.png",
        "48": "5.png",
        "64": "6.png",
        "128": "7.png",
        "256": "8.png"
    },
    "name": "eBay USD to LKR",
    "version": "1.0.5",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/www.ebay.com\/*",
                "https:\/\/www.aliexpress.com\/*",
                "https:\/\/www.ebay.com\/*",
                "https:\/\/www.fiverr.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "abc.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "1.png",
            "20": "2.png",
            "24": "3.png",
            "32": "4.png",
            "48": "5.png",
            "64": "6.png",
            "128": "7.png",
            "256": "8.png"
        },
        "default_title": "eBay Curency Converter USD to LKR",
        "default_popup": "background.html"
    }
}