pbkit-devtools
pbkit devtools
什麼是pbkit-devtools?
pbkit-devtools是由https://pbkit.dev開發的Chrome擴展程式,該擴展的主要功能是“pbkit devtools”。
擴展截圖
下載pbkit-devtools擴展crx文件
下載pbkit-devtools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | fjacmiijeihblfhobghceofniolonhca |
| 官方網址 | https://chromewebstore.google.com/detail/pbkit-devtools/fjacmiijeihblfhobghceofniolonhca |
| 簡介 | pbkit devtools |
| 檔案大小 | 240 KB |
| 安裝次數 | 136 |
| 目前版本 | 0.0.8 |
| 更新時間 | 2022-09-03 |
| 上架時間 | 2022-01-19 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://pbkit.dev |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/pbkit/pbkit-devtools |
| 支援的語言 | 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": [
" | |