NppSync

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

Was ist NppSync?

NppSync ist eine Chrome-Erweiterung, die von duzun entwickelt wurde, und ihr Hauptmerkmal ist "NppSync refreshes loaded local files when their source has been modified in notepad++.".

Erweiterungsscreenshots

screenshot

NppSync-Erweiterungs-CRX-Datei herunterladen

Laden Sie NppSync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
Offizielle URL https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
Beschreibung NppSync refreshes loaded local files when their source has been modified in notepad++.
Dateigröße 63.65 KB
Installationsanzahl 449
Aktuelle Version 1.3.2
Letztes Update 2018-06-15
Veröffentlichungsdatum 2018-06-15
Entwickler duzun
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/duzun/nppsync
Unterstützte Sprachen 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:\/\/\/*"
    ]
}