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 |
官方網址 | 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" } } } } |