Bitfinex Chart Viewer

This extension allows the user to extend chart from bitfinex on whole page

Vad är Bitfinex Chart Viewer?

Bitfinex Chart Viewer är en Chrome-tillägg utvecklad av NightWolf, och dess huvudfunktion är "This extension allows the user to extend chart from bitfinex on whole page".

Tilläggsskärmbilder

screenshot

Ladda ner Bitfinex Chart Viewer-förlängningens CRX-fil

Ladda ner Bitfinex Chart Viewer-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 allows to extend chart from bitfinex.com on whole page. Also it provides quick links to bitfinex markets.                    

Grundläggande Information om Tillägg

Namn Bitfinex Chart Viewer Bitfinex Chart Viewer
ID ffcnbjnhjklahglkjffggfobjnnkkjio
Officiell webbadress https://chromewebstore.google.com/detail/bitfinex-chart-viewer/ffcnbjnhjklahglkjffggfobjnnkkjio
Beskrivning This extension allows the user to extend chart from bitfinex on whole page
Filstorlek 9.5 KB
Antal Installationer 87
Aktuell Version 1.1
Senast Uppdaterad 2017-11-05
Publiceringsdatum 2017-11-05
Utvecklare NightWolf
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitfinex Chart Viewer",
    "description": "This extension allows the user to extend chart from bitfinex on whole page",
    "version": "1.1",
    "browser_action": {
        "default_icon": "resources\/icon.png",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "https:\/\/*.bitfinex.com\/"
    ]
}