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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |