PromptDeck — Save & Insert AI Prompts Firefox

Examine source code of PromptDeck — Save & Insert AI Prompts

Por: GlowHalo Add-on
Inspect and view changes in PromptDeck — Save & Insert AI Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PromptDeck — Save & Insert AI Prompts",
  "version": "1.0.0",
  "description": "Save your favorite AI prompts with fill-in variables and insert them into ChatGPT, Claude, Gemini, or any text box in one click.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "storage.js",
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "promptdeck@glowhalo.org",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Open PromptDeck"
    }
  },
  "options_page": "options.html"
}

Mejores alternativas PromptDeck — Save & Insert AI Prompts

Aquí hay algunas Firefox add-ons que son similares a PromptDeck — Save & Insert AI Prompts: