NppSync

NppSync refreshes loaded local files when their source has been modified in notepad++.

NppSync란 무엇입니까?

NppSync은(는) duzun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NppSync refreshes loaded local files when their source has been modified in notepad++."입니다.

확장 프로그램 스크린샷

screenshot

NppSync 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NppSync is a Notepad++ plugin that syncs source edits of docs open in Google Chrome                    

확장 프로그램 기본 정보

이름 NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
공식 URL https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
설명 NppSync refreshes loaded local files when their source has been modified in notepad++.
파일 크기 63.65 KB
설치 횟수 449
현재 버전 1.3.2
최근 업데이트 2018-06-15
출시 날짜 2018-06-15
개발자 duzun
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/duzun/nppsync
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NppSync",
    "version": "1.3.2",
    "description": "NppSync refreshes loaded local files when their source has been modified in notepad++.",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_title": "NppSync",
        "default_icon": {
            "19": "icon_19_disabled.png"
        }
    },
    "background": {
        "scripts": [
            "nppsync.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/localhost\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/*.lh\/*",
        "http:\/\/*.dev\/*",
        "http:\/\/*.com\/*",
        "https:\/\/localhost\/*",
        "https:\/\/127.0.0.1\/*",
        "https:\/\/*.lh\/*",
        "https:\/\/*.dev\/*",
        "https:\/\/*.com\/*",
        "file:\/\/\/*"
    ]
}