Cryptocurrency Price Notification

Allow track cryptocurrency price

Cryptocurrency Price Notificationとは何ですか?

Cryptocurrency Price Notificationはlivecode1986oneによって開発されたChromeの拡張機能で、その主な機能は「Allow track cryptocurrency price」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.                    

拡張機能の基本情報

名前 Cryptocurrency Price Notification Cryptocurrency Price Notification
ID dcfjoaoabdlhiiohaamdngkicdjipffo
公式URL https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo
説明 Allow track cryptocurrency price
ファイルサイズ 788 KB
インストール数 63
現在のバージョン 1.0.6
最終更新日 2021-04-06
公開日 2021-04-03
開発者 livecode1986one
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,es,it,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allow track cryptocurrency price",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Cryptocurrency Price Notification",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Cryptocurrency Price Notification",
        "default_icon": "icon-34.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "background"
    ]
}