GoogleChrome / GoogleChrome/chrome-extensions-samples

Add natively_connectable example

Open
#667 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
17.8k
Forks
9k
Avg merge
21h
Merged PRs (30d)
28

Description

**Describe the bug**
No natively_connectable example exists in this repository.

**To Reproduce**
Search for "natively_connectable" in this repository.

**Expected behavior**
A clear and concise description of "natively_connectable" usage and sample.

**Screenshots**
![Screenshot_2022-01-30_09-36-13](https://user-images.githubusercontent.com/4174848/151710836-c0033cd2-3fc4-4b0f-9b9c-a0eacca8e3f5.png)

**Notes**

https://peter.sh/experiments/chromium-command-line-switches/

> --native-messaging-connect-extension ⊗ | Requests a native messaging connection be established between the extension with ID specified by this switch and the native messaging host named by the kNativeMessagingConnectHost switch. ↪
>
> --native-messaging-connect-host ⊗ | Requests a native messaging connection be established between the native messaging host named by this switch and the extension with ID specified by kNativeMessagingConnectExtension. ↪
>
> --native-messaging-connect-id ⊗ | If set when kNativeMessagingConnectHost and kNativeMessagingConnectExtension are specified, is reflected to the native messaging host as a command line parameter. ↪

Source: https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/extensions/api/messaging/native_messaging_launch_from_native.cc

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.