Open In Editor
Extends the Developer Tools, adding an ability to open resources in an editor.
Open In Editor क्या है?
Open In Editor Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, adding an ability to open resources in an editor."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open In Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a companion extension for https://www.npmjs.com/package/open-in-editor-connect middleware. It adds the "Open in Editor" item to the context menus of the Chrome DevTools to open files in an external editor quickly.
एक्सटेंशन की मूल जानकारी
नाम | Open In Editor |
ID | fmgbklepjbpnmgplnabblaehammnbmgg |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg |
विवरण | Extends the Developer Tools, adding an ability to open resources in an editor. |
फ़ाइल का आकार | 11.06 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2018-02-17 |
प्रकाशन तिथि | 2018-02-16 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/generalov/open-in-editor-extension |
सहायता पृष्ठ URL | https://github.com/generalov/open-in-editor-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Editor", "version": "1.0.3", "description": "Extends the Developer Tools, adding an ability to open resources in an editor.", "devtools_page": "devtools.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |