Tiqr: Live Crypto Prices

Live prices for 13000+ crypto coins while browsing the web

Τι είναι το Tiqr: Live Crypto Prices;

Το Tiqr: Live Crypto Prices είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tiqr.io, και η κύρια λειτουργία του είναι "Live prices for 13000+ crypto coins while browsing the web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tiqr: Live Crypto Prices

Λήψη αρχείων επέκτασης Tiqr: Live Crypto Prices σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}