NppSync

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

NppSyncคืออะไร?

NppSync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย duzun และคุณลักษณะหลักของมันคือ "NppSync refreshes loaded local files when their source has been modified in notepad++."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NppSync

ดาวน์โหลดไฟล์ส่วนขยาย NppSync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NppSync NppSync
ID lnchindmhlepoocmobhlihmdpecckjhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl
คำอธิบาย NppSync refreshes loaded local files when their source has been modified in notepad++.
ขนาดไฟล์ 63.65 KB
จำนวนการติดตั้ง 449
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2018-06-15
วันที่เผยแพร่ 2018-06-15
ผู้พัฒนา duzun
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/duzun/nppsync
ภาษาที่รองรับ 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:\/\/\/*"
    ]
}