F12
A chrome extension to help a developer's life tab bit easier
Apa itu F12?
F12 adalah ekstensi Chrome yang dikembangkan oleh thef12app, dan fitur utamanya adalah "A chrome extension to help a developer's life tab bit easier".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi F12
Unduh file ekstensi F12 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | F12 |
ID | mbnakamgdofpbfjpibdmcmjonhoncbgf |
URL Resmi | https://chromewebstore.google.com/detail/f12/mbnakamgdofpbfjpibdmcmjonhoncbgf |
Deskripsi | A chrome extension to help a developer's life tab bit easier |
Ukuran File | 3.54 MB |
Jumlah Instalasi | 472 |
Versi Saat Ini | 2.0.4 |
Terakhir Diperbarui | 2021-12-19 |
Tanggal Publikasi | 2021-10-04 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | thef12app |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |