Smart Converter
Supper easy to use currency converter extension
Smart Converter là gì?
Smart Converter là một tiện ích mở rộng Chrome được phát triển bởi https://smart-converter.vercel.app, và tính năng chính của nó là "Supper easy to use currency converter extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Converter
Tải xuống các tệp mở rộng Smart Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smart Converter |
ID | lbjjliediibjgglhhmnpanncbkchpmeg |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-converter/lbjjliediibjgglhhmnpanncbkchpmeg |
Mô tả | Supper easy to use currency converter extension |
Kích Thước Tệp | 2.76 MB |
Số Lần Cài Đặt | 789 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2023-09-20 |
Ngày Phát Hành | 2022-04-27 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://smart-converter.vercel.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://smart-converter.vercel.app/ |
URL Trang Trợ Giúp | https://smart-converter.vercel.app/contacts |
URL Trang Chính Sách Bảo Mật | https://www.doublesubs.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |