Ripple coin (XRP) notify

This extension will help you to track the ripple (XRP) price and notify whenever you want.

Ripple coin (XRP) notifyとは何ですか?

Ripple coin (XRP) notifyはm4rkuxによって開発されたChromeの拡張機能で、その主な機能は「This extension will help you to track the ripple (XRP) price and notify whenever you want.」です。

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

screenshot
screenshot
screenshot
screenshot

Ripple coin (XRP) notify拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is the most efficient Ripple price tracker to use.
With a layout clean, you will be aware of all the changes in the price of this coin.

P.S.: This plugin uses coinmarketcap API                    

拡張機能の基本情報

名前 Ripple coin (XRP) notify Ripple coin (XRP) notify
ID pmnfjoiniddhhhkfanhjifffgmhdacgp
公式URL https://chromewebstore.google.com/detail/ripple-coin-xrp-notify/pmnfjoiniddhhhkfanhjifffgmhdacgp
説明 This extension will help you to track the ripple (XRP) price and notify whenever you want.
ファイルサイズ 79.43 KB
インストール数 62
現在のバージョン 1.1.1
最終更新日 2019-09-20
公開日 2019-09-20
評価 5.00/5 合計 3 レビュー
開発者 m4rkux
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.linkedin.com/in/marcus-amaral-79673046/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple coin (XRP) notify",
    "description": "This extension will help you to track the ripple (XRP) price and notify whenever you want.",
    "version": "1.1.1",
    "icons": {
        "16": "\/assets\/icon16.png",
        "64": "\/assets\/icon64.png",
        "128": "\/assets\/icon128.png"
    },
    "web_accessible_resources": [
        "\/assets\/positive-sound.mp3",
        "\/assets\/icon-notification.png",
        "\/assets\/uparrow.png",
        "\/assets\/downarrow.png"
    ],
    "browser_action": {
        "default_icon": "\/assets\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}