Cryptex
A minimal cryptocurrency monitor.
Co to jest Cryptex?
Cryptex to rozszerzenie Chrome opracowane przez Cole Alan Roberts, a jego główną funkcją jest „A minimal cryptocurrency monitor.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cryptex
Pobierz pliki rozszerzeń Cryptex 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
Cryptex allows you to easily track the Bitcoin, Ethereum, and Litecoin markets whenever you open a new tab. All data is provided using the official Coinbase API and is updated every minute. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lbodnjpkafdghcdghhcdmndmpcfambne |
| Oficjalny URL | https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne |
| Opis | A minimal cryptocurrency monitor. |
| Rozmiar pliku | 166 KB |
| Liczba instalacji | 73 |
| Aktualna Wersja | 0.0.7 |
| Ostatnia Aktualizacja | 2017-07-28 |
| Data Publikacji | 2017-07-28 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | Cole Alan Roberts |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cryptex",
"version": "0.0.7",
"manifest_version": 2,
"description": "A minimal cryptocurrency monitor.",
"browser_action": {
"default_icon": "icons\/icon128.png"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"activeTab",
"tabs"
],
"background": {
"page": "cryptex.html",
"persistent": false
},
"web_accessible_resources": [
"cryptex.js"
],
"chrome_url_overrides": {
"newtab": "cryptex.html"
}
} | |