Lisk Ticker
A simple Chrome Extension showing current Lisk price ticker.
什么是Lisk Ticker?
Lisk Ticker是由alepop开发的Chrome扩展程序,该扩展的主要功能是“A simple Chrome Extension showing current Lisk price ticker.”。
扩展截图
下载Lisk Ticker扩展crx文件
下载Lisk Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lisk exchange price ticker. v0.7.1 - remove value rounding on badge
扩展基本信息
名称 | Lisk Ticker |
ID | nddfpgnfeckojmofblmofodikhbplbfd |
官方URL | https://chromewebstore.google.com/detail/lisk-ticker/nddfpgnfeckojmofblmofodikhbplbfd |
简介 | A simple Chrome Extension showing current Lisk price ticker. |
文件大小 | 33.67 KB |
安装次数 | 26 |
当前版本 | 0.7.1 |
更新时间 | 2020-03-04 |
上架时间 | 2020-03-04 |
评分 | 5.00/5 共3次评分 |
开发者 | alepop |
付费类型 | free |
支持的语言 | 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" ] } |