grpc-protobufjs-devtools

grpc-protobufjs-devtools

grpc, proto, protobufjs, devtools, chrome, extensions

What is grpc-protobufjs-devtools?
The 'grpc-protobufjs-devtools' Chrome extension is a valuable tool for developers, significantly simplifying the creation of proto.js using Node and Protobufjs. The extension allows for quickly mounting JSON strings to windows, offering a streamlined approach to developing and debugging applications.
Merlin
Stats
Users: 503 ▼ -26
Rating: 3.50 (2)
Version: 0.0.3 (Last updated: 2019-06-21)
Creation date: 2019-06-21
Risk impact: Low risk impact
Risk likelihood: Low risk likelihood
Manifest version: 2
Size: 308.22K
Stats date:

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Merlin
Summary

use

1, 使用node和protobufjs创建proto.js。

const pbjs = require("protobufjs/cli/pbjs");
const fs = require('fs');
const path = require('path');
const glob = require('glob');

const protoPath = 'src/proto/**/*.proto'; // origin path
const protos = glob.sync(protoPath);

pbjs.main([ "--target", "json-module", "-w", "commonjs", ...protos], function(err, output) {
  if (err)
    throw err;
  // target path
See more
User reviews
I cannot get the response Body decoded
by sergio bergauer sergio bergauer, 2023-11-01
View all user reviews
Safety
Risk impact

grpc-protobufjs-devtools is relatively safe to use as it requires very minimum permissions.

Risk likelihood

grpc-protobufjs-devtools has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details
Screenshots
Promo images
grpc-protobufjs-devtools small promo image
Small promo image
Similar extensions

Here are some Chrome extensions that are similar to grpc-protobufjs-devtools: