chrome-relay 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ chrome-relay install
|
|
|
10
10
|
chrome-relay doctor
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Then load the
|
|
13
|
+
Then load the Chrome Relay extension in Chrome.
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
@@ -33,7 +33,7 @@ chrome-relay screenshot --tab <tabId> -o page.png
|
|
|
33
33
|
chrome-relay CLI
|
|
34
34
|
-> local bridge on your machine
|
|
35
35
|
-> Chrome native host
|
|
36
|
-
->
|
|
36
|
+
-> Chrome Relay extension
|
|
37
37
|
-> Chrome APIs
|
|
38
38
|
```
|
|
39
39
|
|
package/dist/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED