Bitcoin Alert
Extension let user set alert for Bitcoin when price is right!
Bitcoin Alert क्या है?
Bitcoin Alert vbukhari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension let user set alert for Bitcoin when price is right!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitcoin Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |