NppSync

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

Wat is NppSync?

NppSync is een Chrome-extensie ontwikkeld door duzun, en de belangrijkste functie is "NppSync refreshes loaded local files when their source has been modified in notepad++.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NppSync

Download NppSync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
Officiële URL https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
Beschrijving NppSync refreshes loaded local files when their source has been modified in notepad++.
Bestandsgrootte 63.65 KB
Aantal Installaties 449
Huidige Versie 1.3.2
Laatst Bijgewerkt 2018-06-15
Publicatiedatum 2018-06-15
Ontwikkelaar duzun
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/duzun/nppsync
Ondersteunde Talen 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:\/\/\/*"
    ]
}