Native Messaging Extension

Native Messaging Extension Test

Cos'è Native Messaging Extension?

Native Messaging Extension è un'estensione di Chrome sviluppata da hosamelbasiony, e la sua funzione principale è "Native Messaging Extension Test".

Scarica il file CRX dell'estensione Native Messaging Extension

Scarica i file di estensione Native Messaging Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Native Messaging Extension Native Messaging Extension
ID nmallmcbnmohifhglbkcdohmicbnnjoi
URL Ufficiale https://chromewebstore.google.com/detail/native-messaging-extensio/nmallmcbnmohifhglbkcdohmicbnnjoi
Descrizione Native Messaging Extension Test
Dimensione del File 34.55 KB
Conteggio Installazioni 38
Versione Corrente 2.2
Ultimo Aggiornamento 2017-07-09
Data di Pubblicazione 2017-07-09
Sviluppatore hosamelbasiony
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Native Messaging Extension",
    "description": "Native Messaging Extension Test",
    "version": "2.2",
    "background": {
        "scripts": [
            "native.js",
            "code128.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/41.32.21.10\/*",
            "http:\/\/localhost\/laboratory\/*",
            "http:\/\/*.ddns.net\/laboratory\/*",
            "http:\/\/41.32.87.132\/*",
            "http:\/\/192.168.1.200\/*",
            "http:\/\/192.168.1.150\/*",
            "http:\/\/197.45.183.56\/*",
            "https:\/\/*.tarqeem.net\/*",
            "http:\/\/lis.local\/*",
            "http:\/\/41.41.77.89\/*"
        ]
    }
}