LinkFrame

An open geteway for Handshake

LinkFrame क्या है?

LinkFrame https://easychain.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An open geteway for Handshake"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinkFrame एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}