Native Messaging Extension
Native Messaging Extension Test
Wat is Native Messaging Extension?
Native Messaging Extension is een Chrome-extensie ontwikkeld door hosamelbasiony, en de belangrijkste functie is "Native Messaging Extension Test".
Download het CRX-bestand van de extensie Native Messaging Extension
Download Native Messaging Extension-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
Basisinformatie over de Extensie
Naam | Native Messaging Extension |
ID | nmallmcbnmohifhglbkcdohmicbnnjoi |
Officiële URL | https://chromewebstore.google.com/detail/native-messaging-extensio/nmallmcbnmohifhglbkcdohmicbnnjoi |
Beschrijving | Native Messaging Extension Test |
Bestandsgrootte | 34.55 KB |
Aantal Installaties | 38 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2017-07-09 |
Publicatiedatum | 2017-07-09 |
Ontwikkelaar | hosamelbasiony |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |