LTC Insight
Insight on realtime litecoin ticker information
Τι είναι το LTC Insight;
Το LTC Insight είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον s1m0n, και η κύρια λειτουργία του είναι "Insight on realtime litecoin ticker information".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LTC Insight
Λήψη αρχείων επέκτασης LTC Insight σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension shows you realtime litecoin ticker information in Euro, US Dollar, Yuan or BitCcoin directly in your Chrome. Choose your desired currency (eur, usd, cny, btc) and exchangge (coinbase, kraken, bitfinex or BTCChina) in the extension's options and keep track of pricing of Litecoin on your favorite exchange. Extension also holds a popUp for detailed ticker information *Logo of https://litecoin.org/ used. If you like this extension, please feel free to donate: LTC: LNU7MCgvVsSe5fu1Pz3NKokX1t4k79zi2Z ---- update information ---- v0.7.3 - remopved btc-e added coinbase and coinmarketcap as ew sources v0.7.2 - fixed manifest issue, added EN locale and updated libs v0.6.0 - added BitFinex v0.5.3 - with the introduction of litecoin on BTCChina the option to read ticker from BTCChina in Yuan is added. v0.5.2 - corrected a problem with setting badgeText with btc-e ticker information. And changed the BTC ticker information laytout a bit v0.5.1 - now LTC is back above 10 euro i noticed a rounding issue with the badgeText (which is limited to 4 characters) v0.5 - added option for choosing which exchange, currently BTC-e and Kraken are supported for getting ticker information. also added new logo.
Βασικές Πληροφορίες Επέκτασης
Όνομα | LTC Insight |
ID | dfjbeaemgelbidfleegkcankpcdflnbb |
Επίσημο URL | https://chromewebstore.google.com/detail/ltc-insight/dfjbeaemgelbidfleegkcankpcdflnbb |
Περιγραφή | Insight on realtime litecoin ticker information |
Μέγεθος Αρχείου | 61.99 KB |
Αριθμός Εγκαταστάσεων | 43 |
Τρέχουσα Έκδοση | 0.7.3 |
Τελευταία Ενημέρωση | 2017-08-31 |
Ημερομηνία Δημοσίευσης | 2017-08-31 |
Αξιολόγηση | 4.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | s1m0n |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LTC Insight", "description": "Insight on realtime litecoin ticker information", "version": "0.7.3", "default_locale": "en", "icons": { "16": "ltci-icon.png", "48": "ltci-logo-48.png", "128": "ltci-logo.png" }, "background": { "scripts": [ "ltci-bg.js" ] }, "browser_action": { "default_icon": "ltci-icon.png", "default_popup": "ltci-popup.html" }, "options_page": "ltci-options.html", "permissions": [ "background", "https:\/\/btc-e.com\/", "https:\/\/api.kraken.com\/", "https:\/\/data.btcchina.com\/", "https:\/\/api.bitfinex.com\/", "https:\/\/api.coinmarketcap.com\/", "https:\/\/api.coinbase.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "ltci.css" ] } |