eBay USD to LKR
eBay USD to LKR will convert USD prices to LKR
What is eBay USD to LKR?
eBay USD to LKR is a Chrome extension developed by http://sampathkumara.com, and its main feature is "eBay USD to LKR will convert USD prices to LKR ".
Extension Screenshots
Download eBay USD to LKR Extension CRX File
Download eBay USD to LKR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
eBay USD to LKR will convert USD prices to LKR
Extension Basic Information
Name | |
ID | iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Official URL | https://chrome.google.com/webstore/detail/ebay-usd-to-lkr/iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Description | eBay USD to LKR will convert USD prices to LKR |
File Size | 67.44 KB |
Installation Count | 41 |
Current Version | 1.0.5 |
Last Updated | 2018-06-19 |
Publish Date | 2018-06-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://sampathkumara.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |