Native Messaging Example
Send a message to a native application.
Wat is Native Messaging Example?
Native Messaging Example is een Chrome-extensie ontwikkeld door Mandar, en de belangrijkste functie is "Send a message to a native application.".
Extensie Screenshots
Download het CRX-bestand van de extensie Native Messaging Example
Download Native Messaging Example-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Native Messaging Example |
ID | mefhabneoickhhbiglkmehhmemefkopf |
Officiële URL | https://chromewebstore.google.com/detail/native-messaging-example/mefhabneoickhhbiglkmehhmemefkopf |
Beschrijving | Send a message to a native application. |
Bestandsgrootte | 39.49 KB |
Aantal Installaties | 285 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-09-19 |
Publicatiedatum | 2016-09-18 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Mandar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |