Native Messaging Extension

Native Messaging Extension Test

Native Messaging Extension란 무엇입니까?

Native Messaging Extension은(는) hosamelbasiony에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Native Messaging Extension Test"입니다.

Native Messaging Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

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