Dogeticker
Checks the price of Dogecoin
Qu'est-ce que Dogeticker ?
Dogeticker est une extension Chrome développée par jakecup1, et sa fonction principale est "Checks the price of Dogecoin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dogeticker
Téléchargez les fichiers d'extension Dogeticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | doicohnmpoccofaomikcjbgblkpcameb |
URL Officiel | https://chrome.google.com/webstore/detail/dogeticker/doicohnmpoccofaomikcjbgblkpcameb |
Description | Checks the price of Dogecoin |
Taille du Fichier | 36.03 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-03-10 |
Date de Publication | 2018-03-10 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | jakecup1 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jakecupani/dogecoin-ticker |
Langues Prises en Charge | 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" ] } |