Cryptosaur
Shows the price of cryptocurrencies in the badge.
Was ist Cryptosaur?
Cryptosaur ist eine Chrome-Erweiterung, die von jeff88 entwickelt wurde, und ihr Hauptmerkmal ist "Shows the price of cryptocurrencies in the badge.".
Erweiterungsscreenshots
Cryptosaur-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cryptosaur-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Cryptosaur is an altcoins ticker. Now support:
Digibyte (DGB)
Dogecoin (DOGE)
Maxcoin (MAX)
Quarkcoin (QRK)
Earthcoin (EAC)
Vertcoin (VTC)
Litecoin (LTC)
Qubitcoin (Q2C)
Ultracoin (UTC)
USDecoin (USDE)
Lottocoin (LOT)
Leafcoin (LEAF)
Kittehcoin (MEOW)
NXT (NXT)
Reddcoin (RDD)
Klondikecoin (KDC)
Beecoin (BEE)
Rubycoin (RUBY)
Noblecoin (NOBL)
Auroracoin (AUR)
Megacoin (MEC)
Blackcoin (BC)
Darkcoin (DRK)
Myriadcoin (MYR)
Feathercoin (FTC)
Also can convert price to USD, EUR or BTC.
https://bitcointalk.org/index.php?topic=458091
Graphics by flashing_light Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ldifofhjjihonamocbjmboeeaolkflag |
| Offizielle URL | https://chromewebstore.google.com/detail/cryptosaur/ldifofhjjihonamocbjmboeeaolkflag |
| Beschreibung | Shows the price of cryptocurrencies in the badge. |
| Dateigröße | 111 KB |
| Installationsanzahl | 30 |
| Aktuelle Version | 1.1.9 |
| Letztes Update | 2014-03-24 |
| Veröffentlichungsdatum | 2014-03-23 |
| Bewertung | 3.95/5 Insgesamt 20 Bewertungen |
| Entwickler | jeff88 |
| Zahlungsart | free |
| Hilfeseite URL | https://bitcointalk.org/index.php?topic=458091 |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png"
},
"description": "Shows the price of cryptocurrencies in the badge.",
"icons": {
"128": "icon.png"
},
"manifest_version": 2,
"name": "Cryptosaur",
"options_page": "options.html",
"permissions": [
"http:\/\/engineerblog.ru\/",
"https:\/\/btc-e.com\/",
"http:\/\/pubapi.cryptsy.com\/",
"https:\/\/cryptorush.in\/",
"http:\/\/data.bter.com\/",
"https:\/\/poloniex.com\/",
"notifications"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.9"
} | |