NppSync
NppSync refreshes loaded local files when their source has been modified in notepad++.
Qu'est-ce que NppSync ?
NppSync est une extension Chrome développée par duzun, et sa fonction principale est "NppSync refreshes loaded local files when their source has been modified in notepad++.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NppSync
Téléchargez les fichiers d'extension NppSync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
NppSync is a Notepad++ plugin that syncs source edits of docs open in Google Chrome
Informations de Base sur l'Extension
Nom | NppSync |
ID | lnchindmhlepoocmobhlihmdpecckjhl |
URL Officiel | https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl |
Description | NppSync refreshes loaded local files when their source has been modified in notepad++. |
Taille du Fichier | 63.65 KB |
Nombre d'Installations | 449 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2018-06-15 |
Date de Publication | 2018-06-15 |
Développeur | duzun |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/duzun/nppsync |
Langues Prises en Charge | 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:\/\/\/*" ] } |