eBay USD to LKR

eBay USD to LKR will convert USD prices to LKR

Was ist eBay USD to LKR?

eBay USD to LKR ist eine Chrome-Erweiterung, die von http://sampathkumara.com entwickelt wurde, und ihr Hauptmerkmal ist "eBay USD to LKR will convert USD prices to LKR ".

Erweiterungsscreenshots

screenshot

eBay USD to LKR-Erweiterungs-CRX-Datei herunterladen

Laden Sie eBay USD to LKR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        eBay USD to LKR will convert USD prices to LKR                    

Grundlegende Informationen zur Erweiterung

Name eBay USD to LKR eBay USD to LKR
ID iccdjmkmbbdjdaiphhldhgdmcknjfocn
Offizielle URL https://chrome.google.com/webstore/detail/ebay-usd-to-lkr/iccdjmkmbbdjdaiphhldhgdmcknjfocn
Beschreibung eBay USD to LKR will convert USD prices to LKR
Dateigröße 67.44 KB
Installationsanzahl 41
Aktuelle Version 1.0.5
Letztes Update 2018-06-19
Veröffentlichungsdatum 2018-06-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://sampathkumara.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}