NppSync

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

Apa itu NppSync?

NppSync adalah ekstensi Chrome yang dikembangkan oleh duzun, dan fitur utamanya adalah "NppSync refreshes loaded local files when their source has been modified in notepad++.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NppSync

Unduh file ekstensi NppSync dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
URL Resmi https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
Deskripsi NppSync refreshes loaded local files when their source has been modified in notepad++.
Ukuran File 63.65 KB
Jumlah Instalasi 449
Versi Saat Ini 1.3.2
Terakhir Diperbarui 2018-06-15
Tanggal Publikasi 2018-06-15
Pengembang duzun
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/duzun/nppsync
Bahasa yang Didukung 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:\/\/\/*"
    ]
}