Quick Currency Converter

Currencies based on current average exchange rates of foreign currencies.

Quick Currency Converter là gì?

Quick Currency Converter là một tiện ích mở rộng Chrome được phát triển bởi Nibito, và tính năng chính của nó là "Currencies based on current average exchange rates of foreign currencies.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quick Currency Converter

Tải xuống các tệp mở rộng Quick Currency 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

                        Simple in use extension which allows to convert values of one currency to another. In addition it displays, in quick preview field, six user defined currencies. It has a lot of options that you can adjust to your needs.

By selecting any number on the page it will be copied to the extension. If you also select a text that represents a currency (name, symbol or currency code) it will select the proper value on the list as well.

Extension supports a lot of worldwide used currencies.

Now, the add-on also allows you to perform simple mathematical operations in the field of the entered value, i.e. add, subtract, multiply and divide. The result of the operation is converted into individual currencies on an ongoing basis. The '=' button or enter button replaces individual operations with their result.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quick Currency Converter Quick Currency Converter
ID plafofbfimemhohanaicpbebdlnpbjab
URL Chính Thức https://chromewebstore.google.com/detail/quick-currency-converter/plafofbfimemhohanaicpbebdlnpbjab
Mô tả Currencies based on current average exchange rates of foreign currencies.
Kích Thước Tệp 65.27 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2023-10-08
Ngày Phát Hành 2019-03-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nibito
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nibito.com/?ref=g_quick_currency_converter
URL Trang Chính Sách Bảo Mật https://nibito.com/privacy-policy?ref=chrome-store
Ngôn Ngữ Được Hỗ Trợ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.4.2",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "16": "resources\/icons\/icon_16.png",
        "18": "resources\/icons\/icon_18.png",
        "19": "resources\/icons\/icon_19.png",
        "32": "resources\/icons\/icon_32.png",
        "48": "resources\/icons\/icon_48.png",
        "64": "resources\/icons\/icon_64.png",
        "128": "resources\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icons\/icon_16.png",
            "18": "resources\/icons\/icon_18.png",
            "19": "resources\/icons\/icon_19.png",
            "32": "resources\/icons\/icon_32.png",
            "48": "resources\/icons\/icon_48.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/popup.html",
        "browser_style": true
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "browser_style": true,
        "chrome_style": true
    },
    "permissions": [
        "https:\/\/floatrates.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}