Divitopia Bitcoin Convertor

Converts crypto prices to fiat currencies

Was ist Divitopia Bitcoin Convertor?

Divitopia Bitcoin Convertor ist eine Chrome-Erweiterung, die von http://www.diviproject.org entwickelt wurde, und ihr Hauptmerkmal ist "Converts crypto prices to fiat currencies".

Erweiterungsscreenshots

screenshot
screenshot

Divitopia Bitcoin Convertor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Divitopia Bitcoin Convertor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Divitopia Bitcoin Convertor Divitopia Bitcoin Convertor
ID bklbfdfcmohmmljcjhdofdphpdembfbm
Offizielle URL https://chrome.google.com/webstore/detail/divitopia-bitcoin-convert/bklbfdfcmohmmljcjhdofdphpdembfbm
Beschreibung Converts crypto prices to fiat currencies
Dateigröße 43.43 KB
Installationsanzahl 115
Aktuelle Version 2.2.2
Letztes Update 2019-06-26
Veröffentlichungsdatum 2019-06-26
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler http://www.diviproject.org
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}