Lisk Ticker

A simple Chrome Extension showing current Lisk price ticker.

What is Lisk Ticker?

Lisk Ticker is a Chrome extension developed by alepop, and its main feature is "A simple Chrome Extension showing current Lisk price ticker.".

Extension Screenshots

screenshot

Download Lisk Ticker Extension CRX File

Download Lisk 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

                        Lisk exchange price ticker.

v0.7.1
- remove value rounding on badge                    

Extension Basic Information

Name Lisk Ticker Lisk Ticker
ID nddfpgnfeckojmofblmofodikhbplbfd
Official URL https://chromewebstore.google.com/detail/lisk-ticker/nddfpgnfeckojmofblmofodikhbplbfd
Description A simple Chrome Extension showing current Lisk price ticker.
File Size 33.67 KB
Installation Count 26
Current Version 0.7.1
Last Updated 2020-03-04
Publish Date 2020-03-04
Rating 5.00/5 Total 3 Ratings
Developer alepop
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lisk Ticker",
    "description": "A simple Chrome Extension showing current Lisk price ticker.",
    "version": "0.7.1",
    "browser_action": {
        "default_icon": "icons\/128x128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}