eBay USD to LKR
eBay USD to LKR will convert USD prices to LKR
Wat is eBay USD to LKR?
eBay USD to LKR is een Chrome-extensie ontwikkeld door http://sampathkumara.com, en de belangrijkste functie is "eBay USD to LKR will convert USD prices to LKR ".
Extensie Screenshots
Download het CRX-bestand van de extensie eBay USD to LKR
Download eBay USD to LKR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
eBay USD to LKR will convert USD prices to LKR
Basisinformatie over de Extensie
Naam | |
ID | iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Officiële URL | https://chrome.google.com/webstore/detail/ebay-usd-to-lkr/iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Beschrijving | eBay USD to LKR will convert USD prices to LKR |
Bestandsgrootte | 67.44 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2018-06-19 |
Publicatiedatum | 2018-06-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://sampathkumara.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |