Skip to content

Commit 511fbd3

Browse files
authored
Merge pull request #26 from SafetyCulture/app-store-publish
Chrome Web Store publish
2 parents 6450b4a + ef056ea commit 511fbd3

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ node_modules
1313

1414
# production
1515
/build
16+
build.crx
17+
build.pem
18+
grpc-web-devtools.zip
1619

1720
# C++
1821
*.o

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ build:
66
run:
77
yarn && yarn start
88

9+
package: build
10+
zip -r grpc-web-devtools.zip build
11+
912
example-build-frontend:
1013
protoc -I./example --js_out=import_style=commonjs:example/client \
1114
--grpc-web_out=import_style=commonjs,mode=grpcwebtext:example/client example/*.proto
@@ -31,4 +34,4 @@ example-up: example-server example-envoy example-server example-client
3134
docker-compose -f ./example/docker-compose.yml up -d;
3235

3336
example-down:
34-
docker-compose -f ./example/docker-compose.yml down
37+
docker-compose -f ./example/docker-compose.yml down

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
### Chrome
1111

12+
Via the [Chrome Web Store](https://chrome.google.com/webstore/detail/grpc-web-developer-tools/ddamlpimmiapbcopeoifjfmoabdbfbjj) (recommended)
13+
14+
or
15+
1216
1. build it with `make build`
1317
1. open the **Extension Management** page by navigating to `chrome://extensions`.
1418
1. enable **Developer Mode** by clicking the toggle switch next to "Developer mode".

screenshots/chrome_store.png

155 KB
Loading

0 commit comments

Comments
 (0)