USD to INR
Gets the exchange rate for INR from USD using alphavantage api
What is USD to INR?
USD to INR is a Chrome extension developed by santy, and its main feature is "Gets the exchange rate for INR from USD using alphavantage api".
Extension Screenshots
Download USD to INR Extension CRX File
Download USD to INR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gets the exchange rate for Indian Rupee (INR) from United States Dollar (USD) using AlphaVantage api. Click on the extension to reload data. Right click to get a link to yahoo finance directly.
Extension Basic Information
Name | USD to INR |
ID | plieifcpimfbippldbacpcflkdaolphn |
Official URL | https://chromewebstore.google.com/detail/usd-to-inr/plieifcpimfbippldbacpcflkdaolphn |
Description | Gets the exchange rate for INR from USD using alphavantage api |
File Size | 80.64 KB |
Installation Count | 296 |
Current Version | 0.5 |
Last Updated | 2017-12-13 |
Publish Date | 2017-12-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | santy |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "USD to INR", "description": "Gets the exchange rate for INR from USD using alphavantage api", "version": "0.5", "background": { "scripts": [ "jquery.js", "script.js" ] }, "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/www.alphavantage.co\/query\/*", "contextMenus" ] } |