nCode

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

nCode là gì?

nCode là một tiện ích mở rộng Chrome được phát triển bởi Ryan Allen, và tính năng chính của nó là "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng nCode

Tải xuống các tệp mở rộng nCode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nCode nCode
ID kjejhnbkabmbgadkchcldebpheadlbni
URL Chính Thức https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni
Mô tả nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
Kích Thước Tệp 416 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-08-07
Ngày Phát Hành 2018-08-06
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ryan Allen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Ubunfu/nCode
Ngôn Ngữ Được Hỗ Trợ 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": []
}