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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |