ENS Gateway: .Eth Domain Browser for Ethereum
Resolves .Eth Domains for the Ethereum Name Service
ENS Gateway: .Eth Domain Browser for Ethereum क्या है?
ENS Gateway: .Eth Domain Browser for Ethereum http://ensgateway.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resolves .Eth Domains for the Ethereum Name Service"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ENS Gateway: .Eth Domain Browser for Ethereum एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
View Ethereum .Eth websites when you type them into your browser. ENS Gateway retrieves websites for the requested ENS domain and renders them for your viewing pleasure. ENS is the distributed cryptographic domain name system for Ethereum that uses the ".Eth" tld. Eth domains can resolve websites, or serve as easy to remember addresses for Ether wallets.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jkaiofboahfpipgijdgdmbdldlgcipgo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ens-gateway-eth-domain-br/jkaiofboahfpipgijdgdmbdldlgcipgo |
विवरण | Resolves .Eth Domains for the Ethereum Name Service |
फ़ाइल का आकार | 3.12 MB |
स्थापना संख्या | 720 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2017-12-03 |
प्रकाशन तिथि | 2017-12-03 |
रेटिंग | 4.63/5 कुल 8 रेटिंग्स |
डेवलपर | http://ensgateway.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://ensgateway.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ENS Gateway: .Eth Domain Browser for Ethereum", "short_name": "ENS Gateway", "version": "0.1.3", "manifest_version": 2, "description": "Resolves .Eth Domains for the Ethereum Name Service", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "idle", "proxy" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "ENS Gateway" } } |