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 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\/*"
        ]
    }
}