nCode
nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!
Vad är nCode?
nCode är en Chrome-tillägg utvecklad av Ryan Allen, och dess huvudfunktion är "nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here!".
Tilläggsskärmbilder
Ladda ner nCode-förlängningens CRX-fil
Ladda ner nCode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | kjejhnbkabmbgadkchcldebpheadlbni |
| Officiell webbadress | https://chromewebstore.google.com/detail/ncode/kjejhnbkabmbgadkchcldebpheadlbni |
| Beskrivning | nCode enables easy encoding / decoding: *Base-64 *JWT Support for PEM certificate decoding is here! |
| Filstorlek | 416 KB |
| Antal Installationer | 153 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2018-08-07 |
| Publiceringsdatum | 2018-08-06 |
| Betyg | 2.50/5 Totalt 2 Betyg |
| Utvecklare | Ryan Allen |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Ubunfu/nCode |
| Stödda Språk | 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": []
} | |