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 |
官方網址 | 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" ] } |