Crypto & Stock Prices, Ticker, Tracker & More

Investing Tool for stocks, bitcoin etc. Market Stats, Trends & More

Crypto & Stock Prices, Ticker, Tracker & More क्या है?

Crypto & Stock Prices, Ticker, Tracker & More corvinvanstone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Investing Tool for stocks, bitcoin etc. Market Stats, Trends & More"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Investing Titans presents this is a free chrome extension (with 12 tools) created to help people get more information for their investments in the stock market, crypto currencies like Bitcoin (BTC) or Ethereum  (eth) and so on. There are no suggestions on what to do, it merely provides you informational data about the different markets. This extension includes prices for all Crypto currencies as well as the top stock markets, shows you which are currently the top, which are trending, which have gained or lost the most value recently. You can also set up price alerts, convert currencies from crypto to fiat like BTC to USD for example. You can also use this to see volume, prices, rates and see the different stats. You can also set up crypto alerts for bitcoin or any other one. Lots of useful information for you. You can take a look at the tutorial video to see everything this can do and help you with.                    

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

नाम Crypto & Stock Prices, Ticker, Tracker & More Crypto & Stock Prices, Ticker, Tracker & More
ID ekhbckgjmigcgkcbdeaejfpmojoldmpc
आधिकारिक URL https://chromewebstore.google.com/detail/crypto-stock-prices-ticke/ekhbckgjmigcgkcbdeaejfpmojoldmpc
विवरण Investing Tool for stocks, bitcoin etc. Market Stats, Trends & More
फ़ाइल का आकार 2.83 MB
स्थापना संख्या 56
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-07-13
प्रकाशन तिथि 2022-07-06
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर corvinvanstone
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.corvinvanstone.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto & Stock Prices, Ticker, Tracker & More",
    "description": "Investing Tool for stocks, bitcoin etc. Market Stats, Trends & More",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/137.184.154.227:8000\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/icons\/logo16.png",
            "32": "\/img\/icons\/logo32.png",
            "48": "\/img\/icons\/logo48.png",
            "128": "\/img\/icons\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "myscript.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/img\/icons\/logo16.png",
        "32": "\/img\/icons\/logo32.png",
        "48": "\/img\/icons\/logo48.png",
        "128": "\/img\/icons\/logo128.png"
    }
}