Browser's external editor
Allows to edit form text fields with an external editor
Browser's external editor란 무엇입니까?
Browser's external editor은(는) Ruslan Osmanov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to edit form text fields with an external editor"입니다.
확장 프로그램 스크린샷
Browser's external editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
There are two steps to follow before using the extension after installation: - Configure the extension: https://github.com/rosmanov/chrome-bee/wiki/Configuration-in-Chrome - Install a native messaging host application: https://github.com/rosmanov/chrome-bee/wiki/Installing-Host-Application
확장 프로그램 기본 정보
이름 | Browser's external editor |
ID | moakhilhbeednkjahjmomncgigcoemoi |
공식 URL | https://chromewebstore.google.com/detail/browsers-external-editor/moakhilhbeednkjahjmomncgigcoemoi |
설명 | Allows to edit form text fields with an external editor |
파일 크기 | 24.87 KB |
설치 횟수 | 96 |
현재 버전 | 3.2.1 |
최근 업데이트 | 2023-03-28 |
출시 날짜 | 2019-10-16 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Ruslan Osmanov |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/rosmanov/chrome-bee |
도움말 페이지 URL | https://github.com/rosmanov/chrome-bee/wiki |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Ruslan Osmanov", "background": { "service_worker": "dist\/eventPage.js", "type": "module" }, "commands": { "bee-editor": { "description": "__MSG_shortcutOpenEditor__", "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" } } }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "92", "name": "__MSG_extName__", "options_ui": { "page": "html\/options.html" }, "permissions": [ "activeTab", "storage", "tabs", "scripting", "nativeMessaging" ], "short_name": "Bee", "version": "3.2.1" } |