USD to INR
Gets the exchange rate for INR from USD using alphavantage api
什么是USD to INR?
USD to INR是由santy开发的Chrome扩展程序,该扩展的主要功能是“Gets the exchange rate for INR from USD using alphavantage api”。
扩展截图
下载USD to INR扩展crx文件
下载USD to INR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | USD to INR |
ID | plieifcpimfbippldbacpcflkdaolphn |
官方URL | https://chromewebstore.google.com/detail/usd-to-inr/plieifcpimfbippldbacpcflkdaolphn |
简介 | Gets the exchange rate for INR from USD using alphavantage api |
文件大小 | 80.64 KB |
安装次数 | 296 |
当前版本 | 0.5 |
更新时间 | 2017-12-13 |
上架时间 | 2017-12-13 |
评分 | 3.00/5 共2次评分 |
开发者 | santy |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |