Cryptocurrency Ticker

Show the price of specified cryptocurrency in badge or tabs.

Cryptocurrency Tickerとは何ですか?

Cryptocurrency Tickerはnongyehezuosheによって開発されたChromeの拡張機能で、その主な機能は「Show the price of specified cryptocurrency in badge or tabs.」です。

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

screenshot
screenshot

Cryptocurrency Ticker拡張機能のCRXファイルをダウンロード

Cryptocurrency Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Show the price of specified cryptocurrency in badge or tabs. You can customize which trading pairs are displayed from the options page. such as BTC-USDT, ETH-USDT, and so on.                    

拡張機能の基本情報

名前 Cryptocurrency Ticker Cryptocurrency Ticker
ID omchhbokcmpfemeeifmlbighcbnomogk
公式URL https://chromewebstore.google.com/detail/cryptocurrency-ticker/omchhbokcmpfemeeifmlbighcbnomogk
説明 Show the price of specified cryptocurrency in badge or tabs.
ファイルサイズ 44.9 KB
インストール数 41
現在のバージョン 3.0.0.0
最終更新日 2023-05-17
公開日 2022-09-07
開発者 nongyehezuoshe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/nongyehezuoshe/cointicker
ヘルプページのURL https://github.com/nongyehezuoshe/cointicker/issues
プライバシーポリシーページのURL https://github.com/nongyehezuoshe/privacy/blob/main/README.md
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "3.0.0.0",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "24": "icons\/icon.png",
            "32": "icons\/icon.png"
        },
        "default_title": "__MSG_ext_name__",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/event.js"
            ],
            "css": [
                "css\/event.css"
            ]
        }
    ]
}