Open In Editor
Extends the Developer Tools, adding an ability to open resources in an editor.
Co to jest Open In Editor?
Open In Editor to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Extends the Developer Tools, adding an ability to open resources in an editor.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open In Editor
Pobierz pliki rozszerzeń Open In Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Open In Editor |
ID | fmgbklepjbpnmgplnabblaehammnbmgg |
Oficjalny URL | https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg |
Opis | Extends the Developer Tools, adding an ability to open resources in an editor. |
Rozmiar pliku | 11.06 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2018-02-17 |
Data Publikacji | 2018-02-16 |
Ocena | 2.33/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/generalov/open-in-editor-extension |
Adres URL Strony Pomocy | https://github.com/generalov/open-in-editor-extension/issues |
Obsługiwane Języki | 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 } |