Ripple (XRP) Ticker
This extension Shows Ripple (XRP) coin in USD price.
What is Ripple (XRP) Ticker?
Ripple (XRP) Ticker is a Chrome extension developed by Pieter vd Merwe, and its main feature is "This extension Shows Ripple (XRP) coin in USD price.".
Extension Screenshots
Download Ripple (XRP) Ticker Extension CRX File
Download Ripple (XRP) Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The ticker shows Ripple(XRP) value in USD. It uses the Bitstamp exchange to get the latest value every 5 minutes. Click on the ticker icon to manually update the price.
Extension Basic Information
Name | Ripple (XRP) Ticker |
ID | hlfklgpbiajhpmgfbkfhejoofmhkhaca |
Official URL | https://chromewebstore.google.com/detail/ripple-xrp-ticker/hlfklgpbiajhpmgfbkfhejoofmhkhaca |
Description | This extension Shows Ripple (XRP) coin in USD price. |
File Size | 50.41 KB |
Installation Count | 54 |
Current Version | 1.0.2 |
Last Updated | 2021-05-02 |
Publish Date | 2019-12-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Pieter vd Merwe |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "processor.js", "background.js" ] }, "browser_action": { "default_icon": "xrp-coin-logo_128x128.png", "default_title": "Ripple (XRP) Ticker" }, "description": "This extension Shows Ripple (XRP) coin in USD price.", "icons": { "128": "xrp-coin-logo_128x128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi0p0JWgSneTzcgevKhGBEY5oIrYBpPP5bLdZbQlsvR\/s1DyVw4DNyo\/x5iXwnd036\/li3F9aZV+f+TAYDUIZthSEnnZaSlQg9ANBRSKnlA7FqRXrFJqMfxaxPh0XWa0ewSJOipoXCh+AiHWdVQXyAFiwUK++QoEAReOtH7w4kL13JC2HVUMJ4B1dPAnT3F62vul3uCDrMux+c+ipwOoMBcZE60dKBa80ht2\/ySVXQFT31GcQwIBohXw2SU9hqOQM0ssGNqBuNoNTNVVE9u9ZcgReUgF2ADJmAcXe+BmSWYRJQKAP5YhvPPcdsgFVGI165LoHrRq2+qUE9yEcV3ES3QIDAQAB", "manifest_version": 2, "name": "Ripple (XRP) Ticker", "options_page": "options.html", "permissions": [ "https:\/\/www.bitstamp.net\/api\/*", "storage" ], "short_name": "Ripple (XRP) Ticker", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |