USD To INR Exchange Rate
USD To INR Exchange Rate is a free extension that would provide real time conversion rate.
什么是USD To INR Exchange Rate?
USD To INR Exchange Rate是由https://infoplotter.com开发的Chrome扩展程序,该扩展的主要功能是“USD To INR Exchange Rate is a free extension that would provide real time conversion rate.”。
扩展截图
下载USD To INR Exchange Rate扩展crx文件
下载USD To INR Exchange Rate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
USD To INR Exchange Rate is a free extension that would provide real time conversion rate.
Credits : It uses API provided by http://apilayer.net/ 扩展基本信息
| 名称 | |
| ID | ipjodhfncckjnfffpfekkihndjokbacd |
| 官方URL | https://chromewebstore.google.com/detail/usd-to-inr-exchange-rate/ipjodhfncckjnfffpfekkihndjokbacd |
| 简介 | USD To INR Exchange Rate is a free extension that would provide real time conversion rate. |
| 文件大小 | 7.89 KB |
| 安装次数 | 30 |
| 当前版本 | 2.0 |
| 更新时间 | 2018-06-10 |
| 上架时间 | 2018-06-10 |
| 开发者 | https://infoplotter.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "USD To INR Exchange Rate",
"short_name": "usdTOinr-Exchange",
"description": "USD To INR Exchange Rate is a free extension that would provide real time conversion rate.",
"version": "2.0",
"manifest_version": 2,
"icons": {
"32": "icon.png",
"48": "icon-48.png"
},
"browser_action": {
"default-icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"style.css"
]
} | |