Crypto Currency Price Ticker

Crypto Currency Price Ticker

Crypto Currency Price Tickerとは何ですか?

Crypto Currency Price Tickerはwangsai.silenceによって開発されたChromeの拡張機能で、その主な機能は「Crypto Currency Price Ticker」です。

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

screenshot

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

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

拡張機能の使用方法

                        ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple.                    

拡張機能の基本情報

名前 Crypto Currency Price Ticker Crypto Currency Price Ticker
ID mijakhgijdnecolfkgnhfdfcbpakggic
公式URL https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic
説明 Crypto Currency Price Ticker
ファイルサイズ 121 KB
インストール数 31
現在のバージョン 1.3.9
最終更新日 2021-08-27
公開日 2020-07-27
開発者 wangsai.silence
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Currency Price Ticker",
    "short_name": "CCPT",
    "version": "1.3.9",
    "description": "Crypto Currency Price Ticker",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_title": "Crypto Currency Price Ticker",
        "browser_style": true,
        "default_popup": "src\/popup\/choose_symbol.html"
    },
    "background": {
        "scripts": [
            "src\/libs\/bignumber.min.js",
            "src\/exchanges\/proxy.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/addons.wangsai.site"
    ],
    "default_locale": "en_US",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}