Coins

Track your favorite cryptocurrencies

Coins क्या है?

Coins usmanity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your favorite cryptocurrencies"।

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

screenshot

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

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

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

                        Get a quick overview of the top coins. 

When you first open the Chrome extension, you will see the top 10 coins. You can search for other coins in the search box. 

Use the keyboard shortcuts to open the extension even quicker!
Mac: Command + Control + C
Windows: Control + Shift + C


This extension is still a work in progress.

If you'd like to report and issue please file one here: https://github.com/usmanity/coins/issues                    

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

नाम Coins Coins
ID joncmnocnjnffkopobkdnlcaanhbbpki
आधिकारिक URL https://chromewebstore.google.com/detail/coins/joncmnocnjnffkopobkdnlcaanhbbpki
विवरण Track your favorite cryptocurrencies
फ़ाइल का आकार 384 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-04-12
प्रकाशन तिथि 2018-04-11
डेवलपर usmanity
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/usmanity/coins
सहायता पृष्ठ URL https://github.com/usmanity/coins/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coins",
    "description": "Track your favorite cryptocurrencies",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "coins.html",
        "default_icon": "coin.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+C",
                "mac": "Command+MacCtrl+C",
                "chromeos": "Ctrl+Shift+C",
                "linux": "Ctrl+Shift+C"
            }
        }
    }
}