Cryptex
A minimal cryptocurrency monitor.
Vad är Cryptex?
Cryptex är en Chrome-tillägg utvecklad av Cole Alan Roberts, och dess huvudfunktion är "A minimal cryptocurrency monitor.".
Tilläggsskärmbilder
Ladda ner Cryptex-förlängningens CRX-fil
Ladda ner Cryptex-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
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.
Grundläggande Information om Tillägg
Namn | Cryptex |
ID | lbodnjpkafdghcdghhcdmndmpcfambne |
Officiell webbadress | https://chromewebstore.google.com/detail/cryptex/lbodnjpkafdghcdghhcdmndmpcfambne |
Beskrivning | A minimal cryptocurrency monitor. |
Filstorlek | 166 KB |
Antal Installationer | 73 |
Aktuell Version | 0.0.7 |
Senast Uppdaterad | 2017-07-28 |
Publiceringsdatum | 2017-07-28 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Cole Alan Roberts |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |