BrowserDoge
Shows current Dogecoin value and mining difficulty and provides related tools.
Qu'est-ce que BrowserDoge ?
BrowserDoge est une extension Chrome développée par BrowserDoge, et sa fonction principale est "Shows current Dogecoin value and mining difficulty and provides related tools.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BrowserDoge
Téléchargez les fichiers d'extension BrowserDoge 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
BrowserDoge is an extension that fetches and displays the latest Dogecoin price (in USD and BTC) and mining difficulty approximately every 30 seconds. It also features a built in calculator for quick conversions between DOGE/BTC/USD and a QR Code generator.
Informations de Base sur l'Extension
Nom | BrowserDoge |
ID | ggfjoclgplanpamdhakgclijbbhkgeif |
URL Officiel | https://chromewebstore.google.com/detail/browserdoge/ggfjoclgplanpamdhakgclijbbhkgeif |
Description | Shows current Dogecoin value and mining difficulty and provides related tools. |
Taille du Fichier | 96.61 KB |
Nombre d'Installations | 416 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2014-02-20 |
Date de Publication | 2014-02-20 |
Évaluation | 4.33/5 Total 18 Évaluations |
Développeur | BrowserDoge |
Type de Paiement | free |
Site Web de l'Extension | http://www.browserdoge.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BrowserDoge", "manifest_version": 2, "version": "0.2.2", "description": "Shows current Dogecoin value and mining difficulty and provides related tools.", "short_name": "BrowserDoge", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-1.11.0.min.js", "js\/update.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "http:\/\/dogechain.info\/", "https:\/\/www.dogeapi.com\/", "https:\/\/coinbase.com\/", "https:\/\/api.vircurex.com\/" ] } |