Crypto Price Checker

Check crypto prices!

Crypto Price Checker क्या है?

Crypto Price Checker https://lewiszou.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check crypto prices!"।

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

screenshot

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

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

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

                        This chrome extension places real-time information from the cryptocurrency market into your Chrome taskbar for you to access at a second’s notice! The Crypto Price Checker has access to a plentitude of currency data, including the top coins on the market, analytical data on specific coins, a conversion calculator between currencies, and news updates. In addition to the market data essential to the high-flying trader, our FAQ pages, catered to those new to the crypto-world, will explain just how these currencies work.                    

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

नाम Crypto Price Checker Crypto Price Checker
ID lgodfpmfocbdblieklacjfokganlnigm
आधिकारिक URL https://chromewebstore.google.com/detail/crypto-price-checker/lgodfpmfocbdblieklacjfokganlnigm
विवरण Check crypto prices!
फ़ाइल का आकार 172 KB
स्थापना संख्या 13
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2018-12-06
प्रकाशन तिथि 2018-12-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://lewiszou.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Price Checker",
    "description": "Check crypto prices!",
    "version": "2.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/www.coingecko.com\/en\/widgets\/",
        "https:\/\/www.cryptonator.com\/ui\/js\/widget\/"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.cryptonator.com\/ui\/js\/widget\/calc_widget.js https:\/\/widgets.coingecko.com\/coingecko-coin-price-marquee-widget.js https:\/\/widgets.coingecko.com\/coingecko-beam-widget.js; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coingecko.com\/en\/widgets\/",
                "https:\/\/www.cryptonator.com\/ui\/js\/widget\/"
            ],
            "js": [
                "jquery-3.3.1.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}