copy-jwt
Search jwt token in local storage and copy to clipboard
ما هو copy-jwt؟
copy-jwt هو إضافة Chrome تم تطويرها بواسطة bianucci، والميزة الرئيسية لها هي "Search jwt token in local storage and copy to clipboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة copy-jwt
قم بتنزيل ملفات الامتداد copy-jwt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Visit website which contains JWT token in local storage and click extension button (key icon).
If a single token was found it is copied directly into the clipboard.
If multiple tokens were found you can select which one you would like to copy.
https://github.com/bianucci/copy-jwt معلومات أساسية عن التمديد
| الاسم | |
| ID | mnmgmnigoeabimncikdolaekjmfeeghi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi |
| الوصف | Search jwt token in local storage and copy to clipboard |
| حجم الملف | 17.63 KB |
| عدد التثبيتات | 49 |
| النسخة الحالية | 0.4.1 |
| آخر تحديث | 2023-03-18 |
| تاريخ النشر | 2022-08-07 |
| المطور | bianucci |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/bianucci/copy-jwt |
| عنوان صفحة المساعدة | https://github.com/bianucci/copy-jwt/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "copy-jwt",
"description": "Search jwt token in local storage and copy to clipboard",
"version": "0.4.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": [],
"icons": {
"16": "\/images\/key-16.png",
"32": "\/images\/key-32.png",
"48": "\/images\/key-48.png",
"128": "\/images\/key-128.png"
}
} | |