Ripple Price Ticker

Ripple Price Ticker and other utilities around Ripple

Vad är Ripple Price Ticker?

Ripple Price Ticker är en Chrome-tillägg utvecklad av jmar42, och dess huvudfunktion är "Ripple Price Ticker and other utilities around Ripple".

Tilläggsskärmbilder

screenshot

Ladda ner Ripple Price Ticker-förlängningens CRX-fil

Ladda ner Ripple Price Ticker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Get updated Ripple XRP prices with high/low alerts.                    

Grundläggande Information om Tillägg

Namn Ripple Price Ticker Ripple Price Ticker
ID eicmompglnpkgaepabdflodladchenfa
Officiell webbadress https://chrome.google.com/webstore/detail/ripple-price-ticker/eicmompglnpkgaepabdflodladchenfa
Beskrivning Ripple Price Ticker and other utilities around Ripple
Filstorlek 118 KB
Antal Installationer 17
Aktuell Version 1.0.15
Senast Uppdaterad 2018-01-11
Publiceringsdatum 2018-01-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare jmar42
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ripple Price Ticker",
    "short_name": "Ripple Price",
    "description": "Ripple Price Ticker and other utilities around Ripple",
    "version": "1.0.15",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Jeff Martinez ",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "https:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/"
    ]
}