DFINITY Stiftung Donation Extension
Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung
Qu'est-ce que DFINITY Stiftung Donation Extension ?
DFINITY Stiftung Donation Extension est une extension Chrome développée par https://dfinity.network, et sa fonction principale est "Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DFINITY Stiftung Donation Extension
Téléchargez les fichiers d'extension DFINITY Stiftung Donation Extension 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
DFINITY is a decentralized network that produces a virtual computer governed by a distributed intelligence called the Blockchain Nervous System (see https://dfinity.network). DFINITY Stiftung is a not-for-profit organization located in Zug, Switzerland, that supports the development of DFINITY technology and its ecosystem (see https://dfinity.network/foundation). You can donate ETH or BTC to DFINITY Stiftung using this Chrome extension (see https://dfinity.network/donate). This current version should only be used in the seed fundraising round. Please update to a later version in the main fundraising round. NOTE: if you experience bugs, please check for announcements https://dfinity.network/donate and http://reddit.com/r/dfinity as a new version may be available.
Informations de Base sur l'Extension
Nom | |
ID | ihjoljioffabdgliccpdpljpjnnijnaj |
URL Officiel | https://chromewebstore.google.com/detail/dfinity-stiftung-donation/ihjoljioffabdgliccpdpljpjnnijnaj |
Description | Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung |
Taille du Fichier | 2.48 MB |
Nombre d'Installations | 186 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-02-12 |
Date de Publication | 2017-02-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://dfinity.network |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DFINITY Stiftung Donation Extension", "description": "Use this extension to generate DFN keys and donate ETH\/BTC to DFINITY Stiftung", "version": "1.2", "icons": { "16": "images\/dfinity-16-icon.png", "48": "images\/dfinity-48-icon.png", "128": "images\/dfinity-128-icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "DFINITY Donation Extension" }, "web_accessible_resources": [ "contracts\/*.js", "deps\/*.js", "images\/*.png", "*.js", "*.css", "*.html" ], "permissions": [ "activeTab", "tabs" ] } |