Crypto Ticker

A lightweight extension to keep track of cryptocurrency prices.

Crypto Ticker क्या है?

Crypto Ticker Xtrendence द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight extension to keep track of cryptocurrency prices."।

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

screenshot

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

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

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

                        Developer: https://github.com/Xtrendence

GitHub: https://github.com/Xtrendence/Chrome-Crypto-Ticker

What is Crypto Ticker?

Crypto Ticker is a very lightweight Chrome extension that allows you to keep track of cryptocurrency prices. It is fully open-source and doesn't collect any user data.

How do I use it?

Install it from the Chrome Web Store, click on the extension icon on your toolbar (or in the dropdown extensions menu), enter a coin's symbol or CoinGecko ID, and click on the "Add" button. Some coins may have the same symbol on CoinGecko's API, in which case you'll have to enter the coin's full name or its CoinGecko ID.

For example, BAT has the ID "basic-attention-token" as seen in its URL: https://www.coingecko.com/en/coins/basic-attention-token                    

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

नाम Crypto Ticker Crypto Ticker
ID cbmbekgaigkkhplhnmmaloiklobjdeba
आधिकारिक URL https://chromewebstore.google.com/detail/crypto-ticker/cbmbekgaigkkhplhnmmaloiklobjdeba
विवरण A lightweight extension to keep track of cryptocurrency prices.
फ़ाइल का आकार 347 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-01-08
प्रकाशन तिथि 2022-01-08
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर Xtrendence
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://xtrendence.dev
सहायता पृष्ठ URL https://github.com/Xtrendence/Chrome-Crypto-Ticker
गोपनीयता नीति पृष्ठ URL https://github.com/Xtrendence/Chrome-Crypto-Ticker/blob/main/PRIVACY.md
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Ticker",
    "description": "A lightweight extension to keep track of cryptocurrency prices.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "src\/assets\/img\/Icon-16.png",
            "32": "src\/assets\/img\/Icon-32.png",
            "48": "src\/assets\/img\/Icon-48.png",
            "128": "src\/assets\/img\/Icon-128.png"
        }
    },
    "icons": {
        "16": "src\/assets\/img\/Icon-16.png",
        "32": "src\/assets\/img\/Icon-32.png",
        "48": "src\/assets\/img\/Icon-48.png",
        "128": "src\/assets\/img\/Icon-128.png"
    },
    "permissions": [
        "storage"
    ]
}