Dogeticker
Checks the price of Dogecoin
Wat is Dogeticker?
Dogeticker is een Chrome-extensie ontwikkeld door jakecup1, en de belangrijkste functie is "Checks the price of Dogecoin".
Extensie Screenshots
Download het CRX-bestand van de extensie Dogeticker
Download Dogeticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | doicohnmpoccofaomikcjbgblkpcameb |
Officiële URL | https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb |
Beschrijving | Checks the price of Dogecoin |
Bestandsgrootte | 36.03 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-03-10 |
Publicatiedatum | 2018-03-10 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | jakecup1 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jakecupani/dogecoin-ticker |
Ondersteunde Talen | 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" ] } |