Bitcoin Live
Get live notifications for bitcoin value
Vad är Bitcoin Live?
Bitcoin Live är en Chrome-tillägg utvecklad av yoni jah, och dess huvudfunktion är "Get live notifications for bitcoin value".
Tilläggsskärmbilder
Ladda ner Bitcoin Live-förlängningens CRX-fil
Ladda ner Bitcoin Live-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension will automatically monitor Bitcoin values from mtgox and bitcoin average. - live value displayed in your browser - live notification on drastic value changes - easy access to your favorite on-line charts - (new) supports mBTC μBTC and Matoshi units Please check the extension options after installing it to set your own preferences. I'm really happy about all the positive reviews but if you have any questions you'll get a faster response if you ask them on my blog - http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/
Grundläggande Information om Tillägg
Namn | |
ID | gihnmkplbiedplobapnkhgblipfgjoci |
Officiell webbadress | https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci |
Beskrivning | Get live notifications for bitcoin value |
Filstorlek | 56.25 KB |
Antal Installationer | 245 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2013-11-28 |
Publiceringsdatum | 2013-11-28 |
Betyg | 4.19/5 Totalt 27 Betyg |
Utvecklare | yoni jah |
Betalningssätt | free |
Tilläggswebbplats | http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Live", "description": "Get live notifications for bitcoin value", "version": "0.2.1", "icons": { "16": "bitcoin-16.png", "48": "bitcoin-48.png", "128": "bitcoin-128.png" }, "permissions": [ "*:\/\/data.mtgox.com\/*", "https:\/\/websocket.mtgox.com\/*", "storage", "notifications" ], "web_accessible_resources": [ "bitcoin-128.png" ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "bitcoin-128.png", "default_popup": "popup.html" } } |