nCode

nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!

ما هو nCode؟

nCode هو إضافة Chrome تم تطويرها بواسطة Ryan Allen، والميزة الرئيسية لها هي "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة nCode

قم بتنزيل ملفات الامتداد nCode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        nCode allows easy encoding and decoding of commonly used formats. 

Current Features:
* Base-64 encoding text
* Base-64 decoding text
* JWT (JSON Web Token) encoding text (with or without a JWT secret)
* JWT (JSON Web Token) decoding text (with or without a JWT secret)
* PEM Certificate decoding

Checkout (ha..) nCode on GitHub!: https://github.com/Ubunfu/nCode                    

معلومات أساسية عن التمديد

الاسم nCode nCode
ID kjejhnbkabmbgadkchcldebpheadlbni
عنوان URL الرسمي https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni
الوصف nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
حجم الملف 416 KB
عدد التثبيتات 153
النسخة الحالية 1.0.1
آخر تحديث 2018-08-07
تاريخ النشر 2018-08-06
تقييم 2.50/5 مجموع تقييمات 2
المطور Ryan Allen
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Ubunfu/nCode
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nCode",
    "version": "1.0.1",
    "description": "nCode enables easy encoding \/ decoding:\n *Base-64 \n *JWT \n\nSupport for PEM certificate decoding is here!",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "256": "img\/icon-256.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Let's nCode!"
    },
    "author": "Ryan Allen",
    "permissions": []
}