
Внешний редактор от Ruslan Osmanov
Позволяет редактировать текстовые поля при помощи внешнего редактора.
23 Users23 Users
Вам понадобится Firefox, чтобы использовать это расширение
Метаданные расширения
Скриншоты



Об этом расширении
Перед использованием нужно выполнить следующие шаги:
<ul>
<li><a href="https://github.com/rosmanov/chrome-bee/wiki/Configuration-in-Firefox">Сконфигурировать расширение</a></li>
<li><a href="https://github.com/rosmanov/chrome-bee/wiki/Installing-Host-Application">Установить вспомогательное приложение (native messaging host)</a></li>
</ul>
<b>Пожалуйста, не забудьте установить комбинацию клавиш для вызова редактора в настройках браузера</b>
<ul>
<li><a href="https://github.com/rosmanov/chrome-bee/wiki/Configuration-in-Firefox">Сконфигурировать расширение</a></li>
<li><a href="https://github.com/rosmanov/chrome-bee/wiki/Installing-Host-Application">Установить вспомогательное приложение (native messaging host)</a></li>
</ul>
<b>Пожалуйста, не забудьте установить комбинацию клавиш для вызова редактора в настройках браузера</b>
Оценено 2 рецензентами на 5
Разрешения и данныеПодробнее
Требуемые разрешения:
- Обмениваться сообщениями с программами, помимо Firefox
- Получать доступ ко вкладкам браузера
Больше сведений
- Ссылки дополнения
- Версия
- 3.4.1
- Размер
- 68,57 КБ
- Последнее обновление
- месяц назад (8 июля 2025 г.)
- Связанные категории
- Лицензия
- Только Стандартная общественная лицензия GNU v3.0
- История версий
- Добавить в подборку
Примечания к выпуску 3.4.1
✨ New Features
• Context Menu Integration
Added a context menu (open it with right click) option to launch the external editor directly.
This feature is enabled by default and can be toggled in the extension settings.
🎨 UI & UX Improvements
• Options Page Modernization
The settings page has been redesigned for improved usability and aesthetics:
• System theme support (dark/light)
• Unified typography and layout
• Improved phrasing and readability
• Smooth transitions
• Bee-themed visual accents
The icon has been redesigned for better visual integration in browser UIs (including context menus).
• Context Menu Integration
Added a context menu (open it with right click) option to launch the external editor directly.
This feature is enabled by default and can be toggled in the extension settings.
🎨 UI & UX Improvements
• Options Page Modernization
The settings page has been redesigned for improved usability and aesthetics:
• System theme support (dark/light)
• Unified typography and layout
• Improved phrasing and readability
• Smooth transitions
• Bee-themed visual accents
The icon has been redesigned for better visual integration in browser UIs (including context menus).
Другие расширения от Ruslan Osmanov
- Оценок пока нет
- Оценок пока нет
- Оценок пока нет
- Оценок пока нет
- Оценок пока нет
- Оценок пока нет
1. Open the add-on preferences and specify a shell command to launch your preferred text editor in foreground (no-fork) mode. Examples:
- For VS Code:
/usr/bin/code --wait
- For GVim:
/usr/bin/gvim --nofork
2. Set a keyboard shortcut via your browser’s extension shortcut settings. Use a unique combination such as:
- Cmd + Option + E (⌘⌥E) on macOS
- Ctrl + Alt + E on Linux or Windows
If the shortcut doesn’t work (due to browser limitations), you can use the context menu:
Right-click on a text field and select “Edit in External Editor”.
This option is available starting in version 3.4.0.
For help, feedback, or to report issues, please visit:
https://github.com/rosmanov/chrome-bee/issues