DFINITY Stiftung Donation Extension
Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung
DFINITY Stiftung Donation Extension क्या है?
DFINITY Stiftung Donation Extension https://dfinity.network द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DFINITY Stiftung Donation Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ihjoljioffabdgliccpdpljpjnnijnaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/dfinity-stiftung-donation/ihjoljioffabdgliccpdpljpjnnijnaj |
विवरण | Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung |
फ़ाइल का आकार | 2.48 MB |
स्थापना संख्या | 186 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2017-02-12 |
प्रकाशन तिथि | 2017-02-12 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://dfinity.network |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |