Currency Converter
The minimalistic currency converter
Currency Converterとは何ですか?
Currency Converterはanimhotepによって開発されたChromeの拡張機能で、その主な機能は「The minimalistic currency converter」です。
拡張機能のスクリーンショット
Currency Converter拡張機能のCRXファイルをダウンロード
Currency Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The minimalistic on fly currency converter.
The rate of Privatbank.
v 4.2 Fix buy/ sale
v 4.0 Remove RUR
v 3.3 Bugfix
v 3.0 Added localization
v 2.2 Added input validation
v 2.0 Added choice of direction of exchange (buy/ sale) 拡張機能の基本情報
| 名前 | |
| ID | hebihikfgadcjiepebjebpalfncmplcm |
| 公式URL | https://chromewebstore.google.com/detail/currency-converter/hebihikfgadcjiepebjebpalfncmplcm |
| 説明 | The minimalistic currency converter |
| ファイルサイズ | 188 KB |
| インストール数 | 501 |
| 現在のバージョン | 4.5 |
| 最終更新日 | 2024-02-28 |
| 公開日 | 2018-02-10 |
| 評価 | 4.01/5 合計 67 レビュー |
| 開発者 | animhotep |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://sendpulse.ua/legal/pp |
| 対応言語 | de,en,fr,it,cs,el,ru,uk,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "4.5",
"icons": {
"64": "icon.png"
},
"permissions": [
"https:\/\/api.privatbank.ua\/"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |