(Unofficial) Blockstack Extension

Adds Blockstack support to the Web Browser.

(Unofficial) Blockstack Extension란 무엇입니까?

(Unofficial) Blockstack Extension은(는) Michael Fedora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Blockstack support to the Web Browser."입니다.

확장 프로그램 스크린샷

screenshot

(Unofficial) Blockstack Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a web extension to add Blockstack support to the Web Browser by making it so a user can log into the browser and authenticate apps via popup windows instead of through https://browser.blockstack.org/ or having to run their own instance of the Blockstack Browser. This makes the experience much more native and easy to use!

Wallet transactions have not been tested, so use those at your own risk!                    

확장 프로그램 기본 정보

이름 (Unofficial) Blockstack Extension (Unofficial) Blockstack Extension
ID ldkenndopbdlbphmdmnmanmkhcjahmnm
공식 URL https://chromewebstore.google.com/detail/unofficial-blockstack-ext/ldkenndopbdlbphmdmnmanmkhcjahmnm
설명 Adds Blockstack support to the Web Browser.
파일 크기 1.75 MB
설치 횟수 53
현재 버전 2.3.4
최근 업데이트 2019-08-05
출시 날짜 2019-08-05
개발자 Michael Fedora
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MichaelFedora/unofficial-blockstack-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "(Unofficial) Blockstack Extension",
    "short_name": "uBlockstack",
    "version": "2.3.4",
    "author": "Michael Fedora",
    "homepage_url": "https:\/\/github.com\/michaelfedora\/unofficial-blockstack-extension",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Adds Blockstack support to the Web Browser.",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "19": "assets\/images\/icon-19.png",
        "38": "assets\/images\/icon-38.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon-16.png",
            "19": "assets\/images\/icon-19.png",
            "38": "assets\/images\/icon-38.png",
            "48": "assets\/images\/icon-48.png",
            "128": "assets\/images\/icon-128.png"
        },
        "default_title": "Blockstack Extension",
        "default_popup": "popup.html",
        "browser_style": false
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/browser.blockstack.org\/*",
        "*:\/\/blockstack.org\/*",
        "*:\/\/localhost\/",
        "",
        "tabs"
    ],
    "omnibox": {
        "keyword": "bs"
    },
    "background": {
        "page": "background.html"
    }
}