investing.com Currencies
See live currencies by single click and get notification if you want
investing.com Currencies क्या है?
investing.com Currencies İbrahim Ercan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See live currencies by single click and get notification if you want"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में investing.com Currencies एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unofficial Investing.com extension designed to simplify tracking currencies and cryptocurrencies. We welcome your feedback and suggestions for new features. Recent updates include: - Added option to sort currencies. - Integration of all supported widget languages for seamless redirection to local pages. - Introduction of a default tab view feature, enabling you to view currencies or cryptocurrencies as your initial screen.
एक्सटेंशन की मूल जानकारी
नाम | investing.com Currencies |
ID | iomjnncncpafccgaablgejamkpplgflo |
आधिकारिक URL | https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo |
विवरण | See live currencies by single click and get notification if you want |
फ़ाइल का आकार | 290 KB |
स्थापना संख्या | 1,855 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2024-02-23 |
प्रकाशन तिथि | 2019-09-10 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | İbrahim Ercan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/iercan/currency-extension |
सहायता पृष्ठ URL | https://github.com/iercan/currency-extension |
गोपनीयता नीति पृष्ठ URL | https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "investing.com Currencies", "short_name": "investing.com", "description": "See live currencies by single click and get notification if you want", "version": "3.0", "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "16": "css\/images\/icon16.png", "48": "css\/images\/icon48.png", "128": "css\/images\/icon128.png" }, "action": { "default_icon": "css\/images\/favicon.png", "default_title": "Investing Live Currencies", "default_popup": "main.html" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "https:\/\/*.investingwidgets.com\/", "https:\/\/*.investingcurrencies.com\/" ], "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/investingcom-currencies\/iomjnncncpafccgaablgejamkpplgflo" } |