Prompt Sidebar Firefox

Examine source code of Prompt Sidebar

By: yossi
Inspect and view changes in Prompt Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Prompt Sidebar",
  "description": "高效管理提示词的浏览器扩展,支持快捷短语、变量替换和一键插入。",
  "version": "1.0.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "commands": {
    "toggle-sidebar": {
      "description": "Toggle sidebar",
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Ctrl+Shift+P"
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Default Popup Title"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{42f4a155-256c-4c80-b136-74b70d9bf751}"
    }
  }
}

Best Prompt Sidebar Alternatives

Here are some Firefox add-ons that are similar to Prompt Sidebar: