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 |
电子邮箱 | [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" } |