Crypto Bro

Your bro for Crypto

Crypto Bro क्या है?

Crypto Bro khanguslee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your bro for Crypto"।

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

screenshot
screenshot

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

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

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

                        This chrome extension aims to help you view your crypto-currency portfolio worth on your web browser! 

Features include:
- Coin data taken from coinmarketcap every 10 seconds
- Enter the amount you have of a particular coin
- Can view your portfolio in over 30 different currencies
- Get notified if a coin goes over/under a certain value

Don't forget to access the options menu, by right clicking on the app icon, to set alerts and quantity of each coin.

Feel free to leave feedback on how you would like to improve the extension!

v1.1.2 (07/04/2018)
- Fixed issue where options page was displaying incorrectly

v1.1.1 (23/01/2018)
- Alert icon shown next to name if there is an alert set for that coin
- Tell user that they have not selected a coin yet (Prevent an empty window showing up instead)
- Fixed issue where alerts were occurring for coins that were not enabled
- Various UI changes to options and index pages
- Highlight Alert button if there is an alert set for that coin
- Be able to set currency to BTC type

v1.0.1 (21/01/2018)
- Fixed bug where the arrow direction was incorrect sometimes

v1.0 (18/01/2018)
- Major features complete!                    

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

नाम Crypto Bro Crypto Bro
ID pkfgnoklpgjbkdlgnjhaelhcojfcbial
आधिकारिक URL https://chromewebstore.google.com/detail/crypto-bro/pkfgnoklpgjbkdlgnjhaelhcojfcbial
विवरण Your bro for Crypto
फ़ाइल का आकार 287 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2018-04-06
प्रकाशन तिथि 2018-04-06
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर khanguslee
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Bro",
    "description": "Your bro for Crypto",
    "version": "1.1.2",
    "permissions": [
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "html\/index.html",
        "default_title": "Crypto Bro",
        "default_icon": "icon_128.png"
    },
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    }
}