NEM Blockchain DNS
This extension automatically adds .NEM DNS blockchain browser support
ما هو NEM Blockchain DNS؟
NEM Blockchain DNS هو إضافة Chrome تم تطويرها بواسطة aenima، والميزة الرئيسية لها هي "This extension automatically adds .NEM DNS blockchain browser support".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NEM Blockchain DNS
قم بتنزيل ملفات الامتداد NEM Blockchain DNS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | cecfgjcaojocahnokodcboipkhdcefip |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/nem-blockchain-dns/cecfgjcaojocahnokodcboipkhdcefip |
الوصف | This extension automatically adds .NEM DNS blockchain browser support |
حجم الملف | 658 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-01-22 |
تاريخ النشر | 2019-01-22 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | aenima |
نوع الدفع | free |
اللغات المدعومة | 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", " |