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文件

下载NppSync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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