NppSync

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

What is NppSync?

NppSync is a Chrome extension developed by duzun, and its main feature is "NppSync refreshes loaded local files when their source has been modified in notepad++.".

Extension Screenshots

screenshot

Download NppSync Extension CRX File

Download NppSync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
Official URL https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
Description NppSync refreshes loaded local files when their source has been modified in notepad++.
File Size 63.65 KB
Installation Count 449
Current Version 1.3.2
Last Updated 2018-06-15
Publish Date 2018-06-15
Developer duzun
Email [email protected]
Payment Type free
Extension Website https://github.com/duzun/nppsync
Supported Languages 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:\/\/\/*"
    ]
}