Tiqr: Live Crypto Prices

Live prices for 13000+ crypto coins while browsing the web

Tiqr: Live Crypto Prices क्या है?

Tiqr: Live Crypto Prices tiqr.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live prices for 13000+ crypto coins while browsing the web"।

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

screenshot
screenshot
screenshot

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

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

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

                        Tiqr is a free crypto monitor that adds a tape below your address bar to show the latest cryptocurrency prices in a dynamically scrolling bar. 

Tiqr is a lightweight and useful add-on designed for getting a quick peek at your favorite crypto coins. Once you activate the extension and add your favorite coins such as Bitcoin, Ethereum, and Dogecoin, you will see a real-time coin tracker just below the address bar of your web browser. And it dynamically moves the coins from right to left with automatic updates once every 1 minute. 

Download the free Tiqr extension to get access to great features including: 
- 13000+ coins to track and monitor. 
- 500+ crypto exchanges. 
- 24H price change percentage. 
- Automatically refreshed cryptocurrency prices. 

And much more!                    

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

नाम Tiqr: Live Crypto Prices Tiqr: Live Crypto Prices
ID flfonhpekfdgilhocncjjjlnijlbleem
आधिकारिक URL https://chromewebstore.google.com/detail/tiqr-live-crypto-prices/flfonhpekfdgilhocncjjjlnijlbleem
विवरण Live prices for 13000+ crypto coins while browsing the web
फ़ाइल का आकार 280 KB
स्थापना संख्या 69
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2022-03-24
प्रकाशन तिथि 2022-03-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर tiqr.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tiqr.webflow.io/
गोपनीयता नीति पृष्ठ URL https://tiqr.webflow.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiqr: Live Crypto Prices",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Live prices for 13000+ crypto coins while browsing the web",
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/main.js"
            ],
            "css": [
                "\/main.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/GREY-128-128.png"
    },
    "icons": {
        "16": "\/assets\/logo144.png",
        "32": "\/assets\/logo144.png",
        "48": "\/assets\/48.png",
        "128": "\/assets\/128-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/down.png",
                "\/assets\/up.png",
                "\/assets\/off.png"
            ],
            "matches": [
                "",
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}