NppSync
NppSync refreshes loaded local files when their source has been modified in notepad++.
什麼是NppSync?
NppSync是由duzun開發的Chrome擴展程式,該擴展的主要功能是“NppSync refreshes loaded local files when their source has been modified in notepad++.”。
擴展截圖
下載NppSync擴展crx文件
下載NppSync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NppSync is a Notepad++ plugin that syncs source edits of docs open in Google Chrome 擴展基本資訊
| 名稱 | |
| ID | lnchindmhlepoocmobhlihmdpecckjhl |
| 官方網址 | 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:\/\/\/*"
]
} | |