Native Messaging Extension
Native Messaging Extension Test
Native Messaging Extensionとは何ですか?
Native Messaging Extensionはhosamelbasionyによって開発されたChromeの拡張機能で、その主な機能は「Native Messaging Extension Test」です。
Native Messaging Extension拡張機能のCRXファイルをダウンロード
Native Messaging Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Native Messaging Extension |
ID | nmallmcbnmohifhglbkcdohmicbnnjoi |
公式URL | https://chromewebstore.google.com/detail/native-messaging-extensio/nmallmcbnmohifhglbkcdohmicbnnjoi |
説明 | Native Messaging Extension Test |
ファイルサイズ | 34.55 KB |
インストール数 | 38 |
現在のバージョン | 2.2 |
最終更新日 | 2017-07-09 |
公開日 | 2017-07-09 |
開発者 | hosamelbasiony |
支払い方法 | free |
対応言語 | 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\/*" ] } } |