eBay USD to LKR
eBay USD to LKR will convert USD prices to LKR
Qu'est-ce que eBay USD to LKR ?
eBay USD to LKR est une extension Chrome développée par http://sampathkumara.com, et sa fonction principale est "eBay USD to LKR will convert USD prices to LKR ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension eBay USD to LKR
Téléchargez les fichiers d'extension eBay USD to LKR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
eBay USD to LKR will convert USD prices to LKR
Informations de Base sur l'Extension
Nom | |
ID | iccdjmkmbbdjdaiphhldhgdmcknjfocn |
URL Officiel | https://chrome.google.com/webstore/detail/ebay-usd-to-lkr/iccdjmkmbbdjdaiphhldhgdmcknjfocn |
Description | eBay USD to LKR will convert USD prices to LKR |
Taille du Fichier | 67.44 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2018-06-19 |
Date de Publication | 2018-06-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://sampathkumara.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |