pbkit-devtools
pbkit devtools
Apa itu pbkit-devtools?
pbkit-devtools adalah ekstensi Chrome yang dikembangkan oleh https://pbkit.dev, dan fitur utamanya adalah "pbkit devtools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi pbkit-devtools
Unduh file ekstensi pbkit-devtools 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
Pbkit Developer Tools for debugging client requests. Pbkit is JavaScript library that support protocol buffers and gRPC protocol. This extension creates a tab named pbkit in Chrome DevTools, detects a request from the pbkit client and displays a JSON-encoded message in that tab. It works similarly to the Network tab in Chrome Developer Tools. It shows metadata, response headers/trailers, and payloads for each request in JSON format and provides a function to easily copy the value of each field.
Informasi Dasar Ekstensi
Nama | pbkit-devtools |
ID | fjacmiijeihblfhobghceofniolonhca |
URL Resmi | https://chromewebstore.google.com/detail/pbkit-devtools/fjacmiijeihblfhobghceofniolonhca |
Deskripsi | pbkit devtools |
Ukuran File | 240 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 0.0.8 |
Terakhir Diperbarui | 2022-09-03 |
Tanggal Publikasi | 2022-01-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://pbkit.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/pbkit/pbkit-devtools |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "pbkit-devtools", "version": "0.0.8", "description": "pbkit devtools", "icons": { "128": "icons\/pbkit-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |