Native Messaging Example
Send a message to a native application.
Native Messaging Example là gì?
Native Messaging Example là một tiện ích mở rộng Chrome được phát triển bởi Mandar, và tính năng chính của nó là "Send a message to a native application.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Native Messaging Example
Tải xuống các tệp mở rộng Native Messaging Example dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Sample of Google Chrome Native Messaging Extensions and apps can exchange messages with native applications using an API that is similar to the other message passing APIs. Native applications that support this feature must register a native messaging host that knows how to communicate with the extension. Chrome starts the host in a separate process and communicates with it using standard input and standard output streams.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Native Messaging Example |
ID | mefhabneoickhhbiglkmehhmemefkopf |
URL Chính Thức | https://chromewebstore.google.com/detail/native-messaging-example/mefhabneoickhhbiglkmehhmemefkopf |
Mô tả | Send a message to a native application. |
Kích Thước Tệp | 39.49 KB |
Số Lần Cài Đặt | 285 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-09-19 |
Ngày Phát Hành | 2016-09-18 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Mandar |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Native Messaging Example", "short_name": "NativeClient", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "33", "description": "Send a message to a native application.", "browser_action": { "default_icon": "icon-128.png", "default_popup": "main.html" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ] } |