Simple currency converter
Currency rate calculator
Simple currency converter क्या है?
Simple currency converter MaxPax द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Currency rate calculator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple currency converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Convenient financial converter. Just enter the desired amount and you will see the corresponding amount in another currency. All major fiat currencies and popular cryptocurrencies are supported. Unused currencies can be hidden.
एक्सटेंशन की मूल जानकारी
नाम | Simple currency converter |
ID | obhemlghbbloobahdlkjmniichcandhd |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-currency-converter/obhemlghbbloobahdlkjmniichcandhd |
विवरण | Currency rate calculator |
फ़ाइल का आकार | 125 KB |
स्थापना संख्या | 7,083 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2023-10-24 |
प्रकाशन तिथि | 2020-06-10 |
रेटिंग | 4.00/5 कुल 50 रेटिंग्स |
डेवलपर | MaxPax |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.3", "default_locale": "ru", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "icon48.png" }, "default_title": "__MSG_name__" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "*:\/\/*.iliz.net\/*" ], "icons": { "19": "icon48.png", "24": "icon48.png", "32": "icon48.png", "48": "icon48.png", "128": "icon128.png" } } |