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 |
电子邮箱 | [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" } } } } |