NppSync

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

Co to jest NppSync?

NppSync to rozszerzenie Chrome opracowane przez duzun, a jego główną funkcją jest „NppSync refreshes loaded local files when their source has been modified in notepad++.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NppSync

Pobierz pliki rozszerzeń NppSync w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
Oficjalny URL https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
Opis NppSync refreshes loaded local files when their source has been modified in notepad++.
Rozmiar pliku 63.65 KB
Liczba instalacji 449
Aktualna Wersja 1.3.2
Ostatnia Aktualizacja 2018-06-15
Data Publikacji 2018-06-15
Deweloper duzun
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/duzun/nppsync
Obsługiwane Języki 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:\/\/\/*"
    ]
}