Tiqr: Live Crypto Prices

Live prices for 13000+ crypto coins while browsing the web

Tiqr: Live Crypto Pricesとは何ですか?

Tiqr: Live Crypto Pricesはtiqr.ioによって開発されたChromeの拡張機能で、その主な機能は「Live prices for 13000+ crypto coins while browsing the web」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tiqr: Live Crypto Prices拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}