Browser's external editor
Allows to edit form text fields with an external editor
Qu'est-ce que Browser's external editor ?
Browser's external editor est une extension Chrome développée par Ruslan Osmanov, et sa fonction principale est "Allows to edit form text fields with an external editor".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Browser's external editor
Téléchargez les fichiers d'extension Browser's external editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Browser's external editor |
ID | moakhilhbeednkjahjmomncgigcoemoi |
URL Officiel | https://chromewebstore.google.com/detail/browsers-external-editor/moakhilhbeednkjahjmomncgigcoemoi |
Description | Allows to edit form text fields with an external editor |
Taille du Fichier | 24.87 KB |
Nombre d'Installations | 96 |
Version Actuelle | 3.2.1 |
Dernière Mise à Jour | 2023-03-28 |
Date de Publication | 2019-10-16 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Ruslan Osmanov |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rosmanov/chrome-bee |
URL de la Page d'Aide | https://github.com/rosmanov/chrome-bee/wiki |
Langues Prises en Charge | 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" } |