Smart Converter
Supper easy to use currency converter extension
Smart Converterとは何ですか?
Smart Converterはhttps://smart-converter.vercel.appによって開発されたChromeの拡張機能で、その主な機能は「Supper easy to use currency converter extension」です。
拡張機能のスクリーンショット
Smart Converter拡張機能のCRXファイルをダウンロード
Smart Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
How to use: 1. Select source currency 2. Type value 3. Get conversion for all other currencies 💵 Multiple conversions 56 currencies available for conversion. ⚡️ Always at hand Use keyboard shortcut to open conversions pop up. Alt + E (Windows, Linux, Chrome OS) ⌥ + E (macOS) 🌙 Dark theme Beautiful dark theme designed to reduce eye strain at night.
拡張機能の基本情報
名前 | Smart Converter |
ID | lbjjliediibjgglhhmnpanncbkchpmeg |
公式URL | https://chromewebstore.google.com/detail/smart-converter/lbjjliediibjgglhhmnpanncbkchpmeg |
説明 | Supper easy to use currency converter extension |
ファイルサイズ | 2.76 MB |
インストール数 | 789 |
現在のバージョン | 1.5.0 |
最終更新日 | 2023-09-20 |
公開日 | 2022-04-27 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | https://smart-converter.vercel.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://smart-converter.vercel.app/ |
ヘルプページのURL | https://smart-converter.vercel.app/contacts |
プライバシーポリシーページのURL | https://www.doublesubs.com/privacy |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "version": "1.5.0", "manifest_version": 3, "homepage_url": "https:\/\/smart-converter.vercel.app\/", "author": "Currency Exchange Rates", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "128": ".\/dist\/assets\/icons\/icon128.png" }, "action": { "default_popup": ".\/dist\/popup.html", "default_title": "Open the popup", "default_icon": ".\/dist\/assets\/icons\/icon.png" }, "background": { "service_worker": "dist\/bgWrapper.js" }, "options_page": "dist\/options.html", "web_accessible_resources": [ { "resources": [ "dist\/options.html" ], "matches": [], "extension_ids": [] } ], "permissions": [ "storage", "identity", "identity.email" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W", "mac": "Alt+W" } } } } |