Context command executor Firefox

Examine source code of Context command executor

作者: NietEenDoktor
Inspect and view changes in Context command executor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Context command executor",
  "version": "0.5.1",
  "description": "Execute customized commands from the context menu",
  "author": "LoveIsGrief",
  "applications": {
    "gecko": {
      "id": "ccex@firefox.namingthingsishard.com"
    }
  },
  "icons": {
    "64": "data/cex-on-the-beach-64.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "bookmarks",
    "contextMenus",
    "nativeMessaging",
    "storage"
  ],
  "options_ui": {
    "page": "options/index.html",
    "browser_style": true
  }
}

最佳 Context command executor 替代方案

这里是一些与Context command executor类似的Firefox add-on: