Divitopia Bitcoin Convertor

Converts crypto prices to fiat currencies

Divitopia Bitcoin Convertor là gì?

Divitopia Bitcoin Convertor là một tiện ích mở rộng Chrome được phát triển bởi http://www.diviproject.org, và tính năng chính của nó là "Converts crypto prices to fiat 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 Divitopia Bitcoin Convertor

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

                        Install this and you'll be able to instantly convert BTC (Bitcoin) values to your favorite fiat currencies (at current exchange rate) in two ways:

1. Bitrue.com, Crex24, Simex, Binance, Poloniex, Bleutrade, and Etherdelta - This will convert most BTC values automatically.  Just mouse over a BTC value and it will display the conversion.

2. Any text-based BTC value - Select it and right click, then choose the Divitopia app and it will convert for you.

Click the BTC icon in the Chrome Bar to select the fiat currencies you'd like to convert to.

Note: after installing it, refresh your browser and/or the exchange to activate it.

Crypto Made Easy!                    

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

Tên Divitopia Bitcoin Convertor Divitopia Bitcoin Convertor
ID bklbfdfcmohmmljcjhdofdphpdembfbm
URL Chính Thức https://chrome.google.com/webstore/detail/divitopia-bitcoin-convert/bklbfdfcmohmmljcjhdofdphpdembfbm
Mô tả Converts crypto prices to fiat currencies
Kích Thước Tệp 43.43 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2019-06-26
Ngày Phát Hành 2019-06-26
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển http://www.diviproject.org
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Divitopia Bitcoin Convertor",
    "short_name": "Divitopia",
    "version": "2.2.2",
    "author": "The Divi Project",
    "homepage_url": "https:\/\/github.com\/DavidRockin\/divitopia-extension",
    "description": "Converts crypto prices to fiat currencies",
    "icons": {
        "32": "resources\/icon-32.png",
        "48": "resources\/icon-48.png",
        "96": "resources\/icon-96.png",
        "128": "resources\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        "resources\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/common.js",
                "src\/triggers.js",
                "src\/content\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "resources\/icon-32.png",
            "48": "resources\/icon-48.png",
            "96": "resources\/icon-96.png",
            "128": "resources\/icon-128.png"
        },
        "default_title": "Divitopia",
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "scripts": [
            "src\/common.js",
            "src\/background\/main.js",
            "src\/background\/contextmenu.js",
            "src\/background\/browser.js"
        ]
    }
}