(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文件

下載(Unofficial) Blockstack Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}