Currency converter +
Convert to several currencies
Currency converter + क्या है?
Currency converter + gil gol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert to several currencies"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Currency converter + एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
'Currency converter +' converts your default currency (Base currency) to several currencies by your choice from list of most used currencies. It get its updates, once a day every business day, by "European Central Bank". The state of the extension saved automatically and you can reset it back to default. In case that your credit card company add commission you can add it also in 'Currency converter +' Ver. 1.3.1 --------- Fix: - broken updating link. Ver. 1.3 --------- Add: - Add/Remove more currencies to convert. Ver. 1.24 --------- Add: - Background color. Few new background colors. - Now can enter values on other currencies. Enabled when commission unchecked. If you have any questions you can email me: [email protected] Source code: https://github.com/gilgol2016/Currency-converter Thanks, and may the extension will help you.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ikcplinpbmdhfbbkjhcpbpiiakfmllih |
आधिकारिक URL | https://chrome.google.com/webstore/detail/currency-converter-+/ikcplinpbmdhfbbkjhcpbpiiakfmllih |
विवरण | Convert to several currencies |
फ़ाइल का आकार | 87.49 KB |
स्थापना संख्या | 65 |
वर्तमान संस्करण | 1.31 |
अंतिम अपडेट | 2019-04-10 |
प्रकाशन तिथि | 2019-04-10 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | gil gol |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gilgol2016/Currency-converter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency converter +", "description": "Convert to several currencies", "version": "1.31", "manifest_version": 2, "permissions": [ "storage", "activeTab" ], "scripts": [ { "js": [ "jquery-3.3.1.min.js", "popup.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "19": "images\/currency_logo.png", "38": "images\/currency_logo.png" }, "default_title": "Currency converter +", "default_popup": "popup.html" }, "icons": { "16": "images\/currency_logo16.png", "48": "images\/currency_logo48.png", "64": "images\/currency_logo64.png", "128": "images\/currency_logo.png" } } |