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ファイルをダウンロード
Browser's external editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |