NppSync
NppSync refreshes loaded local files when their source has been modified in notepad++.
NppSync क्या है?
NppSync duzun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NppSync refreshes loaded local files when their source has been modified in notepad++."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NppSync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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:\/\/\/*" ] } |