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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
}