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