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 |
官方網址 | 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\/*" ] } } |