PromptDock — Claude & ChatGPT Prompts Firefox

Examine source code of PromptDock — Claude & ChatGPT Prompts

Inspect and view changes in PromptDock — Claude & ChatGPT Prompts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PromptDock — Claude & ChatGPT Prompts",
  "version": "1.0.0",
  "description": "A local-first prompt manager that docks your saved prompts right into Claude and ChatGPT. Magic Copy variables, folders, tags, version history — all in your browser.",
  "permissions": [
    "storage",
    "clipboardWrite",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://claude.ai/*",
    "https://chatgpt.com/*",
    "https://chat.openai.com/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "promptdock@kayasthasahil.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "commands": {
    "toggle-picker": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Open the PromptDock picker"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*",
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "js/storage.js",
        "js/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Mejores alternativas PromptDock — Claude & ChatGPT Prompts

Aquí hay algunas Firefox add-ons que son similares a PromptDock — Claude & ChatGPT Prompts: