NppSync

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

Co je NppSync?

NppSync je rozšíření Chrome vyvinuté duzun, a jeho hlavní funkcí je „NppSync refreshes loaded local files when their source has been modified in notepad++.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NppSync

Stáhněte si soubory rozšíření NppSync ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
Oficiální URL https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
Popis NppSync refreshes loaded local files when their source has been modified in notepad++.
Velikost souboru 63.65 KB
Počet instalací 449
Aktuální Verze 1.3.2
Poslední Aktualizace 2018-06-15
Datum Vydání 2018-06-15
Vývojář duzun
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/duzun/nppsync
Podporované Jazyky 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:\/\/\/*"
    ]
}