DFINITY Stiftung Donation Extension

Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung

DFINITY Stiftung Donation Extension là gì?

DFINITY Stiftung Donation Extension là một tiện ích mở rộng Chrome được phát triển bởi https://dfinity.network, và tính năng chính của nó là "Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DFINITY Stiftung Donation Extension

Tải xuống các tệp mở rộng DFINITY Stiftung Donation Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DFINITY Stiftung Donation Extension DFINITY Stiftung Donation Extension
ID ihjoljioffabdgliccpdpljpjnnijnaj
URL Chính Thức https://chromewebstore.google.com/detail/dfinity-stiftung-donation/ihjoljioffabdgliccpdpljpjnnijnaj
Mô tả Use this extension to generate DFN keys and donate ETH/BTC to DFINITY Stiftung
Kích Thước Tệp 2.48 MB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-02-12
Ngày Phát Hành 2017-02-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://dfinity.network
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}