NppSync

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

Cos'è NppSync?

NppSync è un'estensione di Chrome sviluppata da duzun, e la sua funzione principale è "NppSync refreshes loaded local files when their source has been modified in notepad++.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NppSync

Scarica i file di estensione NppSync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
URL Ufficiale https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
Descrizione NppSync refreshes loaded local files when their source has been modified in notepad++.
Dimensione del File 63.65 KB
Conteggio Installazioni 449
Versione Corrente 1.3.2
Ultimo Aggiornamento 2018-06-15
Data di Pubblicazione 2018-06-15
Sviluppatore duzun
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/duzun/nppsync
Lingue Supportate 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:\/\/\/*"
    ]
}