NppSync

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

Vad är NppSync?

NppSync är en Chrome-tillägg utvecklad av duzun, och dess huvudfunktion är "NppSync refreshes loaded local files when their source has been modified in notepad++.".

Tilläggsskärmbilder

screenshot

Ladda ner NppSync-förlängningens CRX-fil

Ladda ner NppSync-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
Officiell webbadress https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
Beskrivning NppSync refreshes loaded local files when their source has been modified in notepad++.
Filstorlek 63.65 KB
Antal Installationer 449
Aktuell Version 1.3.2
Senast Uppdaterad 2018-06-15
Publiceringsdatum 2018-06-15
Utvecklare duzun
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/duzun/nppsync
Stödda Språk 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:\/\/\/*"
    ]
}