Browser's external editor

Allows to edit form text fields with an external editor

Cos'è Browser's external editor?

Browser's external editor è un'estensione di Chrome sviluppata da Ruslan Osmanov, e la sua funzione principale è "Allows to edit form text fields with an external editor".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Browser's external editor

Scarica i file di estensione Browser's external editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Browser's external editor Browser's external editor
ID moakhilhbeednkjahjmomncgigcoemoi
URL Ufficiale https://chromewebstore.google.com/detail/browsers-external-editor/moakhilhbeednkjahjmomncgigcoemoi
Descrizione Allows to edit form text fields with an external editor
Dimensione del File 24.87 KB
Conteggio Installazioni 96
Versione Corrente 3.2.1
Ultimo Aggiornamento 2023-03-28
Data di Pubblicazione 2019-10-16
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Ruslan Osmanov
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rosmanov/chrome-bee
URL della Pagina di Aiuto https://github.com/rosmanov/chrome-bee/wiki
Lingue Supportate 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"
}