Better Bittrex

Making using Bittrex just a little easier.

Co to jest Better Bittrex?

Better Bittrex to rozszerzenie Chrome opracowane przez stuckpigg, a jego główną funkcją jest „Making using Bittrex just a little easier.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Better Bittrex

Pobierz pliki rozszerzeń Better Bittrex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Updated for new bittrex site. 
Updated to only put the chart when there is already a chart there to replace.
Removes default charts and adds in trading views charts.

Published source for transparency to https://github.com/ctharvey/Better-Bittrex

Submit ideas/issues as well to the github.

Donations accepted.

Ether: 0x3657a8235997Eb4182eD0515f820B79c21286242
Bitcion: 1LbdVrmk24RgS3ijSXNGEm16gApNZTQH9m                    

Podstawowe informacje o rozszerzeniu

Nazwa Better Bittrex Better Bittrex
ID hdchkkimlockolfnpkanppdldbmefkdn
Oficjalny URL https://chromewebstore.google.com/detail/better-bittrex/hdchkkimlockolfnpkanppdldbmefkdn
Opis Making using Bittrex just a little easier.
Rozmiar pliku 144 KB
Liczba instalacji 667
Aktualna Wersja 0.0.10
Ostatnia Aktualizacja 2018-04-18
Data Publikacji 2018-04-17
Ocena 4.30/5 Łącznie 23 Oceny
Deweloper stuckpigg
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Bittrex",
    "version": "0.0.10",
    "manifest_version": 2,
    "description": "Making using Bittrex just a little easier.",
    "icons": {
        "16": "icons\/BetterBittrex16.png",
        "48": "icons\/BetterBittrex48.png",
        "128": "icons\/BetterBittrex128.png"
    },
    "browser_action": {
        "default_icon": "icons\/BetterBittrex128.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/bittrex.com\/*",
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "js\/BetterBittrex.js",
                "js\/studies.js",
                "js\/tv.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/tradingview.com; object-src 'self'"
}