Browser's external editor

Allows to edit form text fields with an external editor

ما هو Browser's external editor؟

Browser's external editor هو إضافة Chrome تم تطويرها بواسطة Ruslan Osmanov، والميزة الرئيسية لها هي "Allows to edit form text fields with an external editor".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Browser's external editor

قم بتنزيل ملفات الامتداد Browser's external editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
}