Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Vad är Crypto Prices (Binance)?
Crypto Prices (Binance) är en Chrome-tillägg utvecklad av passbbi, och dess huvudfunktion är "Prices of crypto currencies from Binance.com".
Tilläggsskärmbilder
Ladda ner Crypto Prices (Binance)-förlängningens CRX-fil
Ladda ner Crypto Prices (Binance)-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
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
Grundläggande Information om Tillägg
Namn | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
Officiell webbadress | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
Beskrivning | Prices of crypto currencies from Binance.com |
Filstorlek | 24.28 KB |
Antal Installationer | 91 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-01-03 |
Publiceringsdatum | 2018-01-03 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | passbbi |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |