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 |
官方URL | 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" ] } |