NppSync
NppSync refreshes loaded local files when their source has been modified in notepad++.
Hvad er NppSync?
NppSync er en Chrome-udvidelse udviklet af duzun, og dens hovedfunktion er "NppSync refreshes loaded local files when their source has been modified in notepad++.".
Udvidelsesskærmbilleder
Download NppSync-udvidelses-CRX-fil
Download NppSync-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
NppSync is a Notepad++ plugin that syncs source edits of docs open in Google Chrome
Grundlæggende oplysninger om udvidelsen
Navn | NppSync |
ID | lnchindmhlepoocmobhlihmdpecckjhl |
Officiel URL | https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl |
Beskrivelse | NppSync refreshes loaded local files when their source has been modified in notepad++. |
Filstørrelse | 63.65 KB |
Antal Installationer | 449 |
Nuværende Version | 1.3.2 |
Senest Opdateret | 2018-06-15 |
Udgivelsesdato | 2018-06-15 |
Udvikler | duzun |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/duzun/nppsync |
Understøttede Sprog | 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:\/\/\/*" ] } |