Browser’s External Editor Firefox

Examine source code of Browser’s External Editor

Inspect and view changes in Browser’s External Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Ruslan Osmanov",
  "background": {
    "scripts": [
      "dist/eventPage.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bee@ruslan_osmanov.com"
    }
  },
  "commands": {
    "bee-editor": {
      "description": "__MSG_shortcutOpenEditor__",
      "suggested_key": {
        "default": "Ctrl+E",
        "mac": "Command+E"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "92",
  "name": "__MSG_extName__",
  "options_ui": {
    "page": "html/options.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "scripting",
    "nativeMessaging",
    "contextMenus"
  ],
  "short_name": "Bee",
  "version": "3.5.0"
}

Best Browser’s External Editor Alternatives

Here are some Firefox add-ons that are similar to Browser’s External Editor: