NppSync
NppSync refreshes loaded local files when their source has been modified in notepad++.
O que é NppSync?
NppSync é uma extensão do Chrome desenvolvida por duzun, e sua principal característica é "NppSync refreshes loaded local files when their source has been modified in notepad++.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NppSync
Baixe arquivos de extensão NppSync no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
NppSync is a Notepad++ plugin that syncs source edits of docs open in Google Chrome
Informações Básicas da Extensão
Nome | NppSync |
ID | lnchindmhlepoocmobhlihmdpecckjhl |
URL Oficial | https://chromewebstore.google.com/detail/nppsync/lnchindmhlepoocmobhlihmdpecckjhl |
Descrição | NppSync refreshes loaded local files when their source has been modified in notepad++. |
Tamanho do Arquivo | 63.65 KB |
Contagem de Instalações | 449 |
Versão Atual | 1.3.2 |
Última Atualização | 2018-06-15 |
Data de Publicação | 2018-06-15 |
Desenvolvedor | duzun |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/duzun/nppsync |
Idiomas Suportados | 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:\/\/\/*" ] } |