(Unofficial) Blockstack Extension

Adds Blockstack support to the Web Browser.

(Unofficial) Blockstack Extension là gì?

(Unofficial) Blockstack Extension là một tiện ích mở rộng Chrome được phát triển bởi Michael Fedora, và tính năng chính của nó là "Adds Blockstack support to the Web Browser.".

Ả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 (Unofficial) Blockstack Extension

Tải xuống các tệp mở rộng (Unofficial) Blockstack 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

                        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!                    

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

Tên (Unofficial) Blockstack Extension (Unofficial) Blockstack Extension
ID ldkenndopbdlbphmdmnmanmkhcjahmnm
URL Chính Thức https://chromewebstore.google.com/detail/unofficial-blockstack-ext/ldkenndopbdlbphmdmnmanmkhcjahmnm
Mô tả Adds Blockstack support to the Web Browser.
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 2.3.4
Cập Nhật Lần Cuối 2019-08-05
Ngày Phát Hành 2019-08-05
Nhà Phát Triển Michael Fedora
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MichaelFedora/unofficial-blockstack-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}