Divitopia Bitcoin Convertor

Converts crypto prices to fiat currencies

Divitopia Bitcoin Convertor क्या है?

Divitopia Bitcoin Convertor http://www.diviproject.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts crypto prices to fiat currencies"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Divitopia Bitcoin Convertor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Divitopia Bitcoin Convertor Divitopia Bitcoin Convertor
ID bklbfdfcmohmmljcjhdofdphpdembfbm
आधिकारिक URL https://chrome.google.com/webstore/detail/divitopia-bitcoin-convert/bklbfdfcmohmmljcjhdofdphpdembfbm
विवरण Converts crypto prices to fiat currencies
फ़ाइल का आकार 43.43 KB
स्थापना संख्या 115
वर्तमान संस्करण 2.2.2
अंतिम अपडेट 2019-06-26
प्रकाशन तिथि 2019-06-26
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर http://www.diviproject.org
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}