Native Messaging Example
Send a message to a native application.
¿Qué es Native Messaging Example?
Native Messaging Example es una extensión de Chrome desarrollada por Mandar, y su función principal es "Send a message to a native application.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Native Messaging Example
Descarga archivos de extensión Native Messaging Example en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Native Messaging Example |
ID | mefhabneoickhhbiglkmehhmemefkopf |
URL Oficial | https://chromewebstore.google.com/detail/native-messaging-example/mefhabneoickhhbiglkmehhmemefkopf |
Descripción | Send a message to a native application. |
Tamaño del Archivo | 39.49 KB |
Cantidad de Instalaciones | 285 |
Versión Actual | 1.0 |
Última Actualización | 2016-09-19 |
Fecha de Publicación | 2016-09-18 |
Calificación | 3.50/5 Total de 4 Calificaciones |
Desarrollador | Mandar |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |