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 擴展基本資訊
| 名稱 | |
| ID | nddfpgnfeckojmofblmofodikhbplbfd |
| 官方網址 | 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"
]
} | |