F12
A chrome extension to help a developer's life tab bit easier
ما هو F12؟
F12 هو إضافة Chrome تم تطويرها بواسطة thef12app، والميزة الرئيسية لها هي "A chrome extension to help a developer's life tab bit easier".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة F12
قم بتنزيل ملفات الامتداد F12 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
F12 is an all in one developer toolbox. It tries to give you all the tools that you need as a developer. We currently have: Unix time converter + timezone converter, JWT Decoder, Base64 Encoder / Decoder, URL Inspector / Constructor, KeyCode Finder and JSON Formatter. We're working on adding more tools in near future. Our aim is to provide a safe set of tools where your sensitive data doesn't leave your browser. You don't have to paste your JWT into that fishy website ever again.
معلومات أساسية عن التمديد
الاسم | F12 |
ID | mbnakamgdofpbfjpibdmcmjonhoncbgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/f12/mbnakamgdofpbfjpibdmcmjonhoncbgf |
الوصف | A chrome extension to help a developer's life tab bit easier |
حجم الملف | 3.54 MB |
عدد التثبيتات | 472 |
النسخة الحالية | 2.0.4 |
آخر تحديث | 2021-12-19 |
تاريخ النشر | 2021-10-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | thef12app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension to help a developer's life tab bit easier", "version": "2.0.4", "manifest_version": 3, "name": "F12", "sandbox": { "pages": [ "sandbox.html" ] }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" } } |