Native Messaging Example

Send a message to a native application.

Τι είναι το Native Messaging Example;

Το Native Messaging Example είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mandar, και η κύρια λειτουργία του είναι "Send a message to a native application.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Native Messaging Example

Λήψη αρχείων επέκτασης Native Messaging Example σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Native Messaging Example Native Messaging Example
ID mefhabneoickhhbiglkmehhmemefkopf
Επίσημο URL https://chromewebstore.google.com/detail/native-messaging-example/mefhabneoickhhbiglkmehhmemefkopf
Περιγραφή Send a message to a native application.
Μέγεθος Αρχείου 39.49 KB
Αριθμός Εγκαταστάσεων 285
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-09-19
Ημερομηνία Δημοσίευσης 2016-09-18
Αξιολόγηση 3.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Mandar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}