Browser's external editor

Allows to edit form text fields with an external editor

O que é Browser's external editor?

Browser's external editor é uma extensão do Chrome desenvolvida por Ruslan Osmanov, e sua principal característica é "Allows to edit form text fields with an external editor".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Browser's external editor

Baixe arquivos de extensão Browser's external editor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Browser's external editor Browser's external editor
ID moakhilhbeednkjahjmomncgigcoemoi
URL Oficial https://chromewebstore.google.com/detail/browsers-external-editor/moakhilhbeednkjahjmomncgigcoemoi
Descrição Allows to edit form text fields with an external editor
Tamanho do Arquivo 24.87 KB
Contagem de Instalações 96
Versão Atual 3.2.1
Última Atualização 2023-03-28
Data de Publicação 2019-10-16
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Ruslan Osmanov
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/rosmanov/chrome-bee
URL da Página de Ajuda https://github.com/rosmanov/chrome-bee/wiki
Idiomas Suportados 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"
}