Open In Editor
Extends the Developer Tools, adding an ability to open resources in an editor.
Что такое Open In Editor?
Open In Editor - это расширение Chrome, разработанное Unknown, и его основная функция - "Extends the Developer Tools, adding an ability to open resources in an editor.".
Снимки экрана расширения
Скачать файл CRX расширения Open In Editor
Скачайте файлы расширений Open In Editor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| 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
} | |