Count My Crypto

Crypto currencies are volatile. Keep your eye on the ball. Everywhere. Always.

Count My Crypto क्या है?

Count My Crypto http://www.countmycrypto.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crypto currencies are volatile. Keep your eye on the ball. Everywhere. Always."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Show me the money!

This cool extension visualises your cryptocurrency investments in a discreet icon that sits at the bottom of your browser screen, brought to you by CountMyCrypto, the first altcoin calculator.

Now you can keep your eye on the ball all the time.

Hover over the icon to see how your coins are tracking against BitCoin: green shows you the percentage of your altcoins that are going up, red means they're going down and yellow says they're going nowhere.

A click takes you through to the www.countmycrpto.com site, where you can add the currencies you've just bought, delete the ones you've sold and change the amounts.                    

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

नाम Count My Crypto Count My Crypto
ID jkcijgnaigkjbbhekfjbhohmflggdllp
आधिकारिक URL https://chrome.google.com/webstore/detail/count-my-crypto/jkcijgnaigkjbbhekfjbhohmflggdllp
विवरण Crypto currencies are volatile. Keep your eye on the ball. Everywhere. Always.
फ़ाइल का आकार 346 KB
स्थापना संख्या 389
वर्तमान संस्करण 0.9
अंतिम अपडेट 2014-04-25
प्रकाशन तिथि 2014-04-25
रेटिंग 4.57/5 कुल 14 रेटिंग्स
डेवलपर http://www.countmycrypto.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.countmycrypto.com/
सहायता पृष्ठ URL http://blog.countmycrypto.com/faq/
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.9",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_shortName__",
    "homepage_url": "http:\/\/www.countmycrypto.com\/",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/min\/jquery.min.js",
                "js\/min\/Chart.min.js",
                "js\/run.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/all.css",
        "_locales\/**\/*.json",
        "manifest.json",
        "js\/min\/underscore-min.map",
        "js\/min\/backbone-min.map",
        "js\/min\/jquery-2.0.3.min.map",
        "img\/icon-16.png",
        "img\/icon-48.png",
        "img\/icon-48-a.png",
        "img\/cmc-w-48.png",
        "img\/icon-128.png",
        "img\/cmc-sphere.png",
        "img\/UI.icons.24.png",
        "img\/sprite-48.png",
        "img\/cmc-logo.png"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Count My Crypto",
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup.html"
    }
}