Cryptocurrency Price Notification
Allow track cryptocurrency price
什麼是Cryptocurrency Price Notification?
Cryptocurrency Price Notification是由livecode1986one開發的Chrome擴展程式,該擴展的主要功能是“Allow track cryptocurrency price”。
擴展截圖
下載Cryptocurrency Price Notification擴展crx文件
下載Cryptocurrency Price Notification擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
擴展基本資訊
名稱 | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
官方網址 | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
簡介 | Allow track cryptocurrency price |
檔案大小 | 788 KB |
安裝次數 | 63 |
目前版本 | 1.0.6 |
更新時間 | 2021-04-06 |
上架時間 | 2021-04-03 |
開發者 | livecode1986one |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | de,en,fr,es,it,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allow track cryptocurrency price", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "name": "Cryptocurrency Price Notification", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_title": "Cryptocurrency Price Notification", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "background" ] } |