Browser's external editor
Allows to edit form text fields with an external editor
Apa itu Browser's external editor?
Browser's external editor adalah ekstensi Chrome yang dikembangkan oleh Ruslan Osmanov, dan fitur utamanya adalah "Allows to edit form text fields with an external editor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Browser's external editor
Unduh file ekstensi Browser's external editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Browser's external editor |
ID | moakhilhbeednkjahjmomncgigcoemoi |
URL Resmi | https://chromewebstore.google.com/detail/browsers-external-editor/moakhilhbeednkjahjmomncgigcoemoi |
Deskripsi | Allows to edit form text fields with an external editor |
Ukuran File | 24.87 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 3.2.1 |
Terakhir Diperbarui | 2023-03-28 |
Tanggal Publikasi | 2019-10-16 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Ruslan Osmanov |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rosmanov/chrome-bee |
URL Halaman Bantuan | https://github.com/rosmanov/chrome-bee/wiki |
Bahasa yang Didukung | 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" } |