Currency calculator
Currency calculator
Currency calculatorとは何ですか?
Currency calculatorはEretin Olegによって開発されたChromeの拡張機能で、その主な機能は「Currency calculator」です。
拡張機能のスクリーンショット
Currency calculator拡張機能のCRXファイルをダウンロード
Currency calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allow user to convert values between different currencies. Key features: - Support 5 different currencies - Provide user with up to date currencies rates - Allow to set default currency - Support 2 locales: english and russian
拡張機能の基本情報
名前 | |
ID | abjmkppdokelmiilmojnbcplckdofjcj |
公式URL | https://chrome.google.com/webstore/detail/currency-calculator/abjmkppdokelmiilmojnbcplckdofjcj |
説明 | Currency calculator |
ファイルサイズ | 284 KB |
インストール数 | 24 |
現在のバージョン | 0.1 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 1.50/5 合計 2 レビュー |
開発者 | Eretin Oleg |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.1", "description": "__MSG_extName__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "http:\/\/api.fixer.io\/", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |