eBay USD to LKR
eBay USD to LKR will convert USD prices to LKR
Hvad er eBay USD to LKR?
eBay USD to LKR er en Chrome-udvidelse udviklet af http://sampathkumara.com, og dens hovedfunktion er "eBay USD to LKR will convert USD prices to LKR ".
Udvidelsesskærmbilleder
Download eBay USD to LKR-udvidelses-CRX-fil
Download eBay USD to LKR-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
eBay USD to LKR will convert USD prices to LKR
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Officiel URL | https://chrome.google.com/webstore/detail/ebay-usd-to-lkr/iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Beskrivelse | eBay USD to LKR will convert USD prices to LKR |
Filstørrelse | 67.44 KB |
Antal Installationer | 41 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2018-06-19 |
Udgivelsesdato | 2018-06-19 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://sampathkumara.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |