Bearer/Authorization access with JWT decoder
sell Authorization token in one place
什么是Bearer/Authorization access with JWT decoder?
Bearer/Authorization access with JWT decoder是由Sanju开发的Chrome扩展程序,该扩展的主要功能是“sell Authorization token in one place”。
扩展截图
下载Bearer/Authorization access with JWT decoder扩展crx文件
下载Bearer/Authorization access with JWT decoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It accepts Network HTTP request maily which contains authorization token in one place Decode JWT parallely JSON parser
扩展基本信息
名称 | Bearer/Authorization access with JWT decoder |
ID | kjgcjbdbemgljjdmnemcopopifjflnfp |
官方URL | https://chromewebstore.google.com/detail/bearerauthorization-acces/kjgcjbdbemgljjdmnemcopopifjflnfp |
简介 | sell Authorization token in one place |
文件大小 | 120 KB |
安装次数 | 602 |
当前版本 | 1.0.1 |
更新时间 | 2019-04-28 |
上架时间 | 2019-04-24 |
开发者 | Sanju |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Sanju", "name": "Bearer\/Authorization access with JWT decoder", "description": "sell Authorization token in one place", "version": "1.0.1", "icons": { "128": "auther.png" }, "permissions": [ "activeTab", "*:\/\/*\/*", "webRequest", "storage" ], "browser_action": { "default_icon": "Red_pin.ico", "default_title": "Bearer\/Authorization accessor with JWT decoder and JSON Lint", "default_popup": "blank.html" }, "background": { "scripts": [ "background.js" ] } } |