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によって開発されたChromeの拡張機能で、その主な機能は「Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung」です。

拡張機能のスクリーンショット

screenshot

DFINITY Stiftung Donation Extension拡張機能のCRXファイルをダウンロード

DFINITY Stiftung Donation Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 DFINITY Stiftung Donation Extension DFINITY Stiftung Donation Extension
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"
    ]
}