Open In Editor
Extends the Developer Tools, adding an ability to open resources in an editor.
What is Open In Editor?
Open In Editor is a Chrome extension developed by Unknown, and its main feature is "Extends the Developer Tools, adding an ability to open resources in an editor.".
Extension Screenshots
Download Open In Editor Extension CRX File
Download Open In Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Open In Editor |
ID | fmgbklepjbpnmgplnabblaehammnbmgg |
Official URL | https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg |
Description | Extends the Developer Tools, adding an ability to open resources in an editor. |
File Size | 11.06 KB |
Installation Count | 77 |
Current Version | 1.0.3 |
Last Updated | 2018-02-17 |
Publish Date | 2018-02-16 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/generalov/open-in-editor-extension |
Help Page URL | https://github.com/generalov/open-in-editor-extension/issues |
Supported Languages | 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 } |