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 |
Eメール | [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" ] } |