Currency Converter PRO
Simple and fast real-time currency converter with flexible settings. Includes 195+ world currencies with popular cryptocurrencies.
什麼是Currency Converter PRO?
Currency Converter PRO是由https://currencyrate.today開發的Chrome擴展程式,該擴展的主要功能是“Simple and fast real-time currency converter with flexible settings. Includes 195+ world currencies with popular cryptocurrencies.”。
擴展截圖
下載Currency Converter PRO擴展crx文件
下載Currency Converter PRO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Working Chrome Real-Time Currency Converter.
✓ Real-time currency converter
✓ 195+ currencies with crypto
✓ Multi currency converter
✓ Currency amount to words
✓ Automatic preset currency
✓ Multi-language support
✓ Flexible settings 擴展基本資訊
| 名稱 | |
| ID | amlcmfdiddkikfmljhdhhookgjmnpedc |
| 官方網址 | https://chromewebstore.google.com/detail/currency-converter-pro/amlcmfdiddkikfmljhdhhookgjmnpedc |
| 簡介 | Simple and fast real-time currency converter with flexible settings. Includes 195+ world currencies with popular cryptocurrencies. |
| 檔案大小 | 151 KB |
| 安裝次數 | 33,869 |
| 目前版本 | 7.6.0 |
| 更新時間 | 2021-12-23 |
| 上架時間 | 2019-07-31 |
| 評分 | 4.69/5 共 626 次評分 |
| 開發者 | https://currencyrate.today |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://currencyrate.today/converter-widget |
| 說明頁面URL | https://m.me/114279926963464 |
| 隱私政策頁面URL | https://docs.google.com/document/d/18UftA_BceQ0o8R3YMk6J8RYJwHSUwVDKGehpNI9zro0/edit?usp=sharing |
| 支援的語言 | id,de,en,fr,nl,no,vi,tr,da,es,it,hu,pl,pt-BR,pt-PT,sv,cs,bg,ru,uk,hi,th,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "7.6.0",
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"minimum_chrome_version": "22",
"offline_enabled": true,
"default_locale": "en",
"content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com\/; object-src 'self'",
"browser_action": {
"default_icon": "icons\/48.png",
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
}
}
},
"options_ui": {
"page": "settings.html",
"chrome_style": true
},
"web_accessible_resources": [
"assets\/scripts\/common.js",
"assets\/scripts\/background.js",
"assets\/scripts\/content.js",
"assets\/scripts\/money.min.js",
"assets\/scripts\/countup.min.js",
"assets\/scripts\/popup.js",
"assets\/scripts\/rates.js",
"assets\/scripts\/install.min.js",
"assets\/scripts\/ga.min.js",
"assets\/stylesheets\/pure.table.css",
"assets\/stylesheets\/popup.css",
"assets\/stylesheets\/settings.css"
],
"permissions": [
"storage",
" | |