LinkFrame

An open geteway for Handshake

LinkFrame란 무엇입니까?

LinkFrame은(는) https://easychain.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An open geteway for Handshake"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LinkFrame 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Handshake - an open, Blockchain-based alternative to DNS. 

However, for using Handshake you typically need to configure you own DNS server. This process requires some in-depth technical understanding, time, and generally leads to frustration.

LinkFrame is an alternative to setting up you own DNS to surf Handshake domains.

Install an extension, and you're ready to go.

Extension currently supports:
 - resolving domains which lead to IP addresses
 - resolving domains which lead to SIA Skynet hashes
 - resolving domains which lead to dns.live redirects
 - resolving domains which lead to normal redirects

There is plans to support:
 - resolving domains which lead to IPFS hashes

This extension allows you to configure any Handshake node as a base node for domain resolution. By default extension will use public node maintained by EasyChain team.

Currently extension is in its alpha stage, so feedback is appreciated.
Please, use GitHub Issues to request features/submit bugs: https://github.com/execc/link-frame/issues                    

확장 프로그램 기본 정보

이름 LinkFrame LinkFrame
ID klcheodcjdbkbiljlcfiphagmkhbifmm
공식 URL https://chromewebstore.google.com/detail/linkframe/klcheodcjdbkbiljlcfiphagmkhbifmm
설명 An open geteway for Handshake
파일 크기 103 KB
설치 횟수 403
현재 버전 0.0.1
최근 업데이트 2020-08-24
출시 날짜 2020-08-24
평점 3.67/5 총 3 개의 평점
개발자 https://easychain.tech
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkFrame",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "An open geteway for Handshake",
    "homepage_url": "https:\/\/easychain.tech",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/syncFetch.js",
            "src\/bg\/background.js",
            "src\/bg\/resolver.js",
            "src\/bg\/tld.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "LinkFrame - HNS Domain resolver",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "options_page": "src\/options_page\/index.html",
    "permissions": [
        "alarms",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        ""
    ]
}