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
拡張機能の基本情報
名前 | 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 |
Eメール | [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:\/\/\/*" ] } |