Bitcoin Alert
Extension let user set alert for Bitcoin when price is right!
什麼是Bitcoin Alert?
Bitcoin Alert是由vbukhari開發的Chrome擴展程式,該擴展的主要功能是“Extension let user set alert for Bitcoin when price is right!”。
擴展截圖
下載Bitcoin Alert擴展crx文件
下載Bitcoin Alert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Bitcoin Alert is extension for as it's name suggest to alert it's user with Bitcoin price. This extension shows the price, percent change in last 24hrs., and market cap of Bitcoin. It's very simple to use. User just need to turn on alert by clicking Set Aler and enter the price the user want to Buy/Sell Bitcoin and that's it. It will sent desktop notification when set price reached! Updates! v1.0.1 -> fixed background alert issue!
擴展基本資訊
名稱 | |
ID | caegcjlajimgnjonpdmjkfemnhjpjkli |
官方網址 | https://chrome.google.com/webstore/detail/bitcoin-alert/caegcjlajimgnjonpdmjkfemnhjpjkli |
簡介 | Extension let user set alert for Bitcoin when price is right! |
檔案大小 | 187 KB |
安裝次數 | 327 |
目前版本 | 1.0.1 |
更新時間 | 2018-01-04 |
上架時間 | 2018-01-04 |
評分 | 1.00/5 共 1 次評分 |
開發者 | vbukhari |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Alert", "short_name": "Bit Alert", "version": "1.0.1", "description": "Extension let user set alert for Bitcoin when price is right!", "icons": { "128": "img\/bitcoin_Icon128.png", "48": "img\/bitcoin_Icon48.png", "16": "img\/bitcoin_Icon16.png" }, "browser_action": { "default_icon": "img\/bitcoin_Icon16.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com; object-src 'self'", "background": { "persistent": true, "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "permissions": [ "storage", "notifications" ] } |