Dogeticker
Checks the price of Dogecoin
Cos'è Dogeticker?
Dogeticker è un'estensione di Chrome sviluppata da jakecup1, e la sua funzione principale è "Checks the price of Dogecoin".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dogeticker
Scarica i file di estensione Dogeticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple Chrome extension that lets you easily check the price of Dogecoin! A big thanks to the community of /r/dogecoin for being awesome and supporting fellow shibes. If you have any suggestions for additions/improvements please let me know and email me at [email protected]. Prices pulled from coinmarketcap. Donate: D8C1RRw1CjDzP5arSRFtoKKtwWFV9iKgp6 (much thanks)
Informazioni di Base sull'Estensione
Nome | |
ID | doicohnmpoccofaomikcjbgblkpcameb |
URL Ufficiale | https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb |
Descrizione | Checks the price of Dogecoin |
Dimensione del File | 36.03 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-03-10 |
Data di Pubblicazione | 2018-03-10 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | jakecup1 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jakecupani/dogecoin-ticker |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dogeticker", "description": "Checks the price of Dogecoin", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |