eBay USD to LKR
eBay USD to LKR will convert USD prices to LKR
Vad är eBay USD to LKR?
eBay USD to LKR är en Chrome-tillägg utvecklad av http://sampathkumara.com, och dess huvudfunktion är "eBay USD to LKR will convert USD prices to LKR ".
Tilläggsskärmbilder
Ladda ner eBay USD to LKR-förlängningens CRX-fil
Ladda ner eBay USD to LKR-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
eBay USD to LKR will convert USD prices to LKR
Grundläggande Information om Tillägg
Namn | |
ID | iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Officiell webbadress | https://chrome.google.com/webstore/detail/ebay-usd-to-lkr/iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Beskrivning | eBay USD to LKR will convert USD prices to LKR |
Filstorlek | 67.44 KB |
Antal Installationer | 41 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2018-06-19 |
Publiceringsdatum | 2018-06-19 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://sampathkumara.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |