Open In Editor
Extends the Developer Tools, adding an ability to open resources in an editor.
Wat is Open In Editor?
Open In Editor is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Extends the Developer Tools, adding an ability to open resources in an editor.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open In Editor
Download Open In Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Open In Editor |
ID | fmgbklepjbpnmgplnabblaehammnbmgg |
Officiële URL | https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg |
Beschrijving | Extends the Developer Tools, adding an ability to open resources in an editor. |
Bestandsgrootte | 11.06 KB |
Aantal Installaties | 77 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2018-02-17 |
Publicatiedatum | 2018-02-16 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/generalov/open-in-editor-extension |
Help Pagina-URL | https://github.com/generalov/open-in-editor-extension/issues |
Ondersteunde Talen | 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 } |