Biticker

Ticker, price graph, currency converter and price desktop notifications for Bitcoin and more.

Τι είναι το Biticker;

Το Biticker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Biticker, και η κύρια λειτουργία του είναι "Ticker, price graph, currency converter and price desktop notifications for Bitcoin and more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Biticker

Λήψη αρχείων επέκτασης Biticker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Main features:
* Price ticker. Constantly shows the current exchange rate between two currencies of your choice, including BTC. Changes color to show climbing/diving price.
* Currency converter. Includes virtual currencies and the most common fiat currencies. If it's missing yours just ask for it!
* Desktop notifications (with optional sounds) for when the ticker price exceeds some user defined bounds.
* Price graph for the selected ticker rate. Use the default or configure it to show graph from some external site. Now it even shows conversions rates as you perform them.
* See the current difficulty in the ticker's tooltip.

For suggestions, bug reports or to request more currencies to include in this extension, email inshame at gmail dot com. Also don't forget to rate and review on Chrome Web Store!

The currency converter supports a lot of fiat currencies and cryptocurrencies.

Bitcoin prices update every 5-6 minutes. On average you will get about 2-3 minutes lag. Other rates update less often since they are changing more slowly.

Permissions needed:
* Notifications: To show desktop notifications
* bittit.info: This is where price data and graphs are mirrored.

Note: If you are using a different default zoom level for Chrome, the converter might look bad. Until Google provides an API to easily fix this programmatically please go to the options page of this extension, zoom to 100% and then close the options page. This will also set the zoom for the converter to 100% so that it is displayed properly.

Disclaimer: This extension is provided without any guarantee for the information that it shows. Please don't blame me if for some reason you loose money while using this extension. Prices might fail to update at any time for any reason so do not rely solely on this extension for getting critical information.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Biticker Biticker
ID fblekdojabihjdhndhmloalbcnnejddl
Επίσημο URL https://chromewebstore.google.com/detail/biticker/fblekdojabihjdhndhmloalbcnnejddl
Περιγραφή Ticker, price graph, currency converter and price desktop notifications for Bitcoin and more.
Μέγεθος Αρχείου 223 KB
Αριθμός Εγκαταστάσεων 1,411
Τρέχουσα Έκδοση 3.14.5
Τελευταία Ενημέρωση 2019-06-03
Ημερομηνία Δημοσίευσης 2019-06-03
Αξιολόγηση 4.24/5 Συνολικά 108 Αξιολογήσεις
Προγραμματιστής Biticker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://bitcointalk.org/index.php?topic=66615.0
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Biticker",
    "version": "3.14.5",
    "manifest_version": 2,
    "description": "Ticker, price graph, currency converter and price desktop notifications for Bitcoin and more.",
    "icons": {
        "128": "bitcoin.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "bitcoinsmall.png",
        "default_popup": "index.html",
        "default_title": "Biticker"
    },
    "permissions": [
        "https:\/\/bittit.info\/",
        "http:\/\/bittit.info\/",
        "notifications",
        "background"
    ],
    "web_accessible_resources": [
        "bitcoin.png",
        "arrow_up.png",
        "arrow_down.png"
    ],
    "background": {
        "page": "background.html"
    }
}