QuickCConverter - Quick Currency Converter

QuickCConverter (Quick Currency Converter) - Fastest currency converter extension. Experience lightning-fast currency conversions.

什么是QuickCConverter - Quick Currency Converter?

QuickCConverter - Quick Currency Converter是由DanRotaru开发的Chrome扩展程序,该扩展的主要功能是“QuickCConverter (Quick Currency Converter) - Fastest currency converter extension. Experience lightning-fast currency conversions.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载QuickCConverter - Quick Currency Converter扩展crx文件

下载QuickCConverter - Quick Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Modern exchange app, next gen currency converter extension!

📄 Description:
  QuickCConverter is your ultimate companion for seamless and real-time currency conversion directly within your Chrome browser. Stay on top of exchange rates, effortlessly convert currencies, and make informed financial decisions, all with the convenience of a quick and reliable extension.

✨ How to Use:
  1. Install QuickCConverter from the Chrome Web Store.
  2. Click on the extension icon in your browser or use keyboard shortcut.
  3. Select the source and target currencies for conversion.
  4. Instantly view accurate and up-to-date conversion results!

⚡️Features:
  ➡️ Real-time exchange rates: Stay informed with the latest currency values
  ➡️ Can work offline. Currency list is auto-updating every 30 min
  ➡️ Support for 100+ currencies: Covering a wide range of international currencies
  ➡️ Open extension in window mode, like a native app
  ➡️ Supported 16 languages
  ➡️ One to one currency converter or multiple live currency converter
  ➡️ Auto-save last selected currency
  ➡️ Auto-save last currency value(s)
  ➡️ Format customization, digits, decimal and more
  ➡️ Easy-to-use interface: Effortlessly convert currencies with a user-friendly design
  ➡️ No ADS, clicks, video-ads, clear and minimal UI design

🚀 Release notes:
  v.3.0.5:
  ✅ UI/UX Improvements
  ✅ Added "Buy Me A Coffee" button, users now can support us😗
  ✅ Added new translations
  ✅ Bug fixes and improvements

  v.3.0.3:
  ✅ Added 16 more currencies
  ✅ Select to convert feature now is enabled by default

  v.3.0:
  ✅ Extension redesign
  ✅ Rewrites all code from vanilla to Vue.js
  ✅ Added possibility to change digits, decimals, separator
  ✅ Added Bitcoin currency
  ✅ Added new language - Chinese
  ✅ Translation improvements
  ✅ Extension speed improvement

  v.2.0.6:
  ✅ Added possibility to convert currency by selecting text on pages. How it work?
  You just need to select value (for example 100 USD), and extension automatically will convert your value to your currency value (from "one currency" tab in popup window (last currency)).
  Works for main currency list.
  ✅ Fixed last update issue
  ✅ Translation improvements
  ✅ Extension speed improvement

  v.1.0.5:
  ✅ Added possibility to refresh manually currency list
  ✅ Translation improvements

  v.1.0.4:
  ✅ Extension speed improvement

  v.1.0.3:
  ✅ Added search input, now you can search faster your currency
  ✅ Four currencies values are also stocked in local storage
  ✅ New extension icon, more useful and obvious
  ✅ Translation improvements

  v.1.0.0
  ✅ Initial Release

❔Created with ❤️ by DanRotaru
🌐https://danrotaru.github.io/

-------------------------------------------------------------------------
By installing the app, you agree to these terms and conditions:
PLEASE NOTE: Refer to your license terms for Quick Currency Converter browser extension software (the "software") to identify the entity licensing this supplement to you and for support information. You may use a copy of this supplement with each validly licensed copy of the software. You may not use the supplement if you do not have a license for the software. The license terms for the software apply to your use of this supplement.

Privacy Politics: https://docs.google.com/document/d/e/2PACX-1vQAqV3KKVEI0JkULIjGAHjnyKEW5HgXYYOaR1nyqlV75B5wRk-zmdEpkpLJv9b6CE_OD5xupBnuOwgO/pub

Tags:
Currency Converter, Exchange Rates, Quick Conversion, Chrome Extension, Forex Tool, Currency Calculator, Real-Time Rates, Financial Utilities, Travel Money, Online Currency Tool, Digital Wallet, Finance Explorer, Money Management, International Currencies, Real-Time Forex, Chrome App, Currency Trends, Finance Widget, Instant Conversion, Digital Finance.                    

扩展基本信息

名称 QuickCConverter - Quick Currency Converter QuickCConverter - Quick Currency Converter
ID ajgaihokdfdjgephfaibpdjbogepckgd
官方URL https://chromewebstore.google.com/detail/quickcconverter-quick-cur/ajgaihokdfdjgephfaibpdjbogepckgd
简介 QuickCConverter (Quick Currency Converter) - Fastest currency converter extension. Experience lightning-fast currency conversions.
文件大小 220 KB
安装次数 2,442
当前版本 3.0.5
更新时间 2024-01-05
上架时间 2020-06-26
评分 4.75/5 共51次评分
开发者 DanRotaru
电子邮箱 [email protected]
付费类型 free
扩展官网 https://danrotaru.github.io/
帮助页面URL https://danrotaru.github.io/
隐私政策页面URL https://docs.google.com/document/d/e/2PACX-1vQAqV3KKVEI0JkULIjGAHjnyKEW5HgXYYOaR1nyqlV75B5wRk-zmdEpkpLJv9b6CE_OD5xupBnuOwgO/pub
支持的语言 en,ro,ru
manifest.json
{
    "manifest_version": 3,
    "version": "3.0.5",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png",
        "512": "\/icons\/512.png"
    },
    "action": {
        "default_popup": "src\/index.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png",
            "512": "\/icons\/512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/assets\/selector.css"
            ],
            "js": [
                "src\/assets\/selector.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            }
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgfyvRM+Fo1cZoF86Z15LZlhh0TuLu7Z\/zx63liiK1ln32zwMJLKWupGcceq3IKqNKFsTGgQXF4dtWclkv3gxIkUsuEu9wtYG3cKjyH8u9DeCvjHEvXeuTqUrOtBEajdphO9Wlb8GRXMoo8lSFLZRVQnLMjYvaYbwUOJxLF+R7XSbLlIRpwlr3YYdesfM7SRtt63jZf1pxUABGlQwhNMoSiIx2ViJ6MjPJPae80m42eV43lg8jGXXJz3GYJ1mZ7EdXwH7Jxh+69RJ7Unvwi+RCz3sTqVTfKwNIEVxurFhdvOedrHOV8rRgGMMC785P8lv2j4xk+siqNPyi7RREzS2LQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}