NppSync
NppSync refreshes loaded local files when their source has been modified in notepad++.
NppSync là gì?
NppSync là một tiện ích mở rộng Chrome được phát triển bởi duzun, và tính năng chính của nó là "NppSync refreshes loaded local files when their source has been modified in notepad++.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NppSync
Tải xuống các tệp mở rộng NppSync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
NppSync is a Notepad++ plugin that syncs source edits of docs open in Google Chrome
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NppSync |
ID | lnchindmhlepoocmobhlihmdpecckjhl |
URL Chính Thức | https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl |
Mô tả | NppSync refreshes loaded local files when their source has been modified in notepad++. |
Kích Thước Tệp | 63.65 KB |
Số Lần Cài Đặt | 449 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2018-06-15 |
Ngày Phát Hành | 2018-06-15 |
Nhà Phát Triển | duzun |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/duzun/nppsync |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/\/*" ] } |