Popup Currency Converter
Convert currency very quickly and easily. No external site, you can stay on whatever site you need! Runs completely inside a popup.
什么是Popup Currency Converter?
Popup Currency Converter是由saqikawaay开发的Chrome扩展程序,该扩展的主要功能是“Convert currency very quickly and easily. No external site, you can stay on whatever site you need! Runs completely inside a popup.”。
扩展截图
下载Popup Currency Converter扩展crx文件
下载Popup Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currency Converter is a simple popup that converts currencies without leaving the page.
If you're a currency trader, it's probably not for you.
If you're just shopping online and want to get a reasonably accurate estimate (without accounting for fees) of things, then this one is for you! 扩展基本信息
| 名称 | |
| ID | plfdmagpkcfdlaohpmfpehbdgiknkeec |
| 官方URL | https://chromewebstore.google.com/detail/popup-currency-converter/plfdmagpkcfdlaohpmfpehbdgiknkeec |
| 简介 | Convert currency very quickly and easily. No external site, you can stay on whatever site you need! Runs completely inside a popup. |
| 文件大小 | 166 KB |
| 安装次数 | 30 |
| 当前版本 | 0.7 |
| 更新时间 | 2020-04-07 |
| 上架时间 | 2020-04-07 |
| 开发者 | saqikawaay |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Popup Currency Converter",
"version": "0.7",
"description": "Convert currency very quickly and easily. No external site, you can stay on whatever site you need! Runs completely inside a popup.",
"browser_action": {
"default_icon": "img\/monies.png",
"default_popup": "popup.html"
},
"icons": {
"100": "img\/monies.png"
}
} | |