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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}