nCode
nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
nCode क्या है?
nCode Ryan Allen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में nCode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [] } |