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++.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NppSync
قم بتنزيل ملفات الامتداد NppSync بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
NppSync is a Notepad++ plugin that syncs source edits of docs open in Google Chrome
معلومات أساسية عن التمديد
الاسم | 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:\/\/\/*" ] } |