NEM Blockchain DNS
This extension automatically adds .NEM DNS blockchain browser support
Qu'est-ce que NEM Blockchain DNS ?
NEM Blockchain DNS est une extension Chrome développée par aenima, et sa fonction principale est "This extension automatically adds .NEM DNS blockchain browser support".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NEM Blockchain DNS
Téléchargez les fichiers d'extension NEM Blockchain DNS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Resolves domains from the NEM blockchain name systems (DNS). This extension allows you to easily visit websites at domain names from the NEM networks. There is no configuration - simply install the package and start browsing .nem domains. You can search names like www.hello.nem , www.learn.nem or www.nanowallet.nem The NEM DNS is build on the NEM blockchain platform and is opensource: https://github.com/aenima86/NEM-DNS
Informations de Base sur l'Extension
Nom | |
ID | cecfgjcaojocahnokodcboipkhdcefip |
URL Officiel | https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip |
Description | This extension automatically adds .NEM DNS blockchain browser support |
Taille du Fichier | 658 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-01-22 |
Date de Publication | 2019-01-22 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | aenima |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEM Blockchain DNS", "description": "This extension automatically adds .NEM DNS blockchain browser support ", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_title": "NEM Blockchain DNS" }, "background": { "scripts": [ "background.js", "nem-sdk.js", "jquery.min.js" ] }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "alarms", "notifications", "storage", "webRequest", "webRequestBlocking", " |