PriceTip — Currency tooltip converter

Currency tooltip converter. Automatic rate update. Works on all sites.

PriceTip — Currency tooltip converter là gì?

PriceTip — Currency tooltip converter là một tiện ích mở rộng Chrome được phát triển bởi Pedanto, và tính năng chính của nó là "Currency tooltip converter. Automatic rate update. Works on all sites.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PriceTip — Currency tooltip converter

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

                        The plugin converts website prices into a tooltip when you hover over a price tag.

✓ Works on all sites!
✓ It can be disabled on individual sites.
✓ 28 popular currencies are supported, including cryptocurrencies.
✓ You can activate and deactivate your desired currencies.
✓ Exchange rates are updated automatically.
✓ Multilingual support
✓ Flexible settings

* Sometimes the plugin may recognize Japanese Yen as Chinese Yuan because both currencies have the same ¥ symbol, the same can happen with other currencies of similar value. To avoid this, you can set the site currency manually in the plugin settings.

The list of currencies will be improved and supplemented, you can send your wishes to our mail by clicking "Contact Developer" in the right panel.                    

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

Tên PriceTip — Currency tooltip converter PriceTip — Currency tooltip converter
ID napifcagjkgokhhgfbagpcaedfdmikfk
URL Chính Thức https://chromewebstore.google.com/detail/pricetip-%E2%80%94-currency-toolt/napifcagjkgokhhgfbagpcaedfdmikfk
Mô tả Currency tooltip converter. Automatic rate update. Works on all sites.
Kích Thước Tệp 62.37 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.1.9
Cập Nhật Lần Cuối 2023-12-17
Ngày Phát Hành 2021-12-13
Đánh Giá 4.27/5 Tổng số 37 Đánh Giá
Nhà Phát Triển Pedanto
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,no,es,pl,bg,ru,uk,iw,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.9",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "19": "img\/icon_19.png",
        "32": "img\/icon_32.png",
        "38": "img\/icon_38.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/callback.pedanto.com\/PriceTip\/currency.json"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css",
                "img\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/tooltip.js",
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ]
}