Direct Currency Converter

Converts prices from any currency (€, $, £, ¥, ؋, ৳, ฿, ៛, ₡, etc.) to prices in a selectable currency automatically while browsing.

Direct Currency Converterคืออะไร?

Direct Currency Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Per Johansson และคุณลักษณะหลักของมันคือ "Converts prices from any currency (€, $, £, ¥, ؋, ৳, ฿, ៛, ₡, etc.) to prices in a selectable currency automatically while browsing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Direct Currency Converter

ดาวน์โหลดไฟล์ส่วนขยาย Direct Currency Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Direct Currency Converter - DCC
Version 3.2.1, date 2020-01-25

Introduction

DCC finds and converts prices on any web page with currency quotes from external sources (ECB or Currencylayer).

If you hover the mouse over a converted price, the conversion quote and original value is shown as a tooltip in the upper left corner of the window. The tooltip can be switched off in the settings.

Data protection

DCC does not collect any information about you. The communication is directly between you, the page you are viewing, and the currency data providers. There are no ads or spyware.

Settings

The currencies to be converted is shown in a list in priority order. The currencies can be reordered using drag and drop. For instance, if AUD is before USD and both are selected, "$100" will be converted from AUD. Select All will select all currencies. Select None will turn off all selections.

Convert to is the currency all other currencies will be converted to. Any combination will work.

You can select how conversions are done and shown.

You can also force conversion of all numbers from one currency. It's convenient when you use a page without currency units.

ECB is the default currency source, but rather limited. You can use Currencylayer for free (or paid) if you sign up with them and get an API key. DCC reloads quotes on demand only, so the query limitation of Currencylayer should not be a problem.

You can exclude any URL from being converted. Regular Expressions are valid.

Reset settings will reset to default settings.

Reset quotes will reload the currency quotes.

Menu

Toggle conversion: shows and hides the conversion.

Open quotes page: shows a page with all currency quotes sorted by value or name.

Open test page: shows a page with several price examples, to verify that conversion works.

Settings

About

DCC was originally created in 2014 as a remake of the Firefox add-on Simple Currency Converter. Later it was ported to work in SeaMonkey, Chrome, Opera, Safari and Edge browsers. Since Mozilla abandoned its own API to use the Chrome API instead, the Chrome version became the master branch. Since Microsoft decided to change Edge into a Chromium based application, DCC for Edge has been discontinued.

Originally the currency quotes were fetched from Yahoo!. They closed their API, that was never meant to be used by outsiders, so DCC switched to the limited ECB quotes, and Currencylayer to cover most currencies.

External libraries: DOM Purify, Drag Drop Touch.

Thanks to Jetbrains s.r.o for a licence to use IntelliJ IDEA Ultimate for open source development.

Changelog

3.2.1, 2020-01-25

Fix for identifiers that have already been declared.

3.2.0, 2019-10-29

Added setting for HTML elements that should be ignored. Even if an element is ignored, its children will still be checked.

Also converts head elements, such as page title.

3.1.0, 2019-08-25

The options/settings screen now has all sections minimised when opened.

Internal changes: Using HTML drag and drop instead of jQuery. Removed external libraries jQuery, jQuery UI, jQuery UI Touch-Punch. Updated the external library DOM Purify.

3.0.0

Added included domains (whitelist).

Internal rewrite to improve the functionality. No changes in the settings storage.

Bug: wrong currency was shown in the popup.

Bug: prices in the same element were converted repeatedly.

Bug: drag and drop on touchscreen did not work.

ISO 4217 amendments 166 to 169 included. Notably the latest Venezolan currency, VES, is added.

Updated the external libraries jQuery, jQuery UI, jQuery UI Touch-Punch, DOM Purify.

Author

Per Johansson

www.joint.ax

[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Direct Currency Converter Direct Currency Converter
ID hgdfddnhgpincbchioebogaljemgkpgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/direct-currency-converter/hgdfddnhgpincbchioebogaljemgkpgl
คำอธิบาย Converts prices from any currency (€, $, £, ¥, ؋, ৳, ฿, ៛, ₡, etc.) to prices in a selectable currency automatically while browsing.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 1,077
เวอร์ชันปัจจุบัน 3.2.1
อัปเดตครั้งล่าสุด 2020-01-29
วันที่เผยแพร่ 2020-01-28
คะแนน 4.16/5 รวมทั้งหมด 82 คะแนน
ผู้พัฒนา Per Johansson
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.joint.ax/
ภาษาที่รองรับ en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Direct Currency Converter",
    "version": "3.2.1",
    "default_locale": "en",
    "description": "Converts prices from any currency (\u20ac, $, \u00a3, \u00a5, \u060b, \u09f3, \u0e3f, \u17db, \u20a1, etc.) to prices in a selectable currency automatically while browsing.",
    "icons": {
        "16": "images\/1402781551_currency_exchange_1.png",
        "48": "images\/1415072079_currency_exchange_1-48.png",
        "128": "images\/1415072098_currency_exchange_1-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/1415072771_currency_exchange_1-19.png",
            "38": "images\/1415072079_currency_exchange_1-38.png"
        },
        "default_title": "__MSG_buttontitle__",
        "default_popup": "panel.html"
    },
    "author": "Per Johansson",
    "background": {
        "scripts": [
            "common\/currencylayer-quotes.js",
            "common\/dcc-main.js",
            "common\/ecb-quotes.js",
            "common\/eventAggregator.js",
            "common\/freegeoip-service.js",
            "common\/functions.js",
            "common\/informationHolder.js",
            "common\/nekudo-service.js",
            "common\/quotes-service.js",
            "common\/parseSettings.js",
            "common\/settings.js",
            "gc-chromeInterface.js",
            "gc-contentInterface.js",
            "gc-l10n.js",
            "gc-main.js",
            "gc-storage-service.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "settings.html",
        "chrome_style": false
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "short_name": "DC Converter",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}