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"입니다.
확장 프로그램 스크린샷
DFINITY Stiftung Donation Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |