PromptCase Firefox

Examine source code of PromptCase

제작자: PromptCase Add-on
Inspect and view changes in PromptCase source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PromptCase",
  "version": "2.1.0",
  "description": "Capture and sync your AI prompts from ChatGPT, Claude, Gemini, and 10 more chat sites to your PromptCase dashboard.",
  "author": "PromptCase",
  "homepage_url": "https://promptcase.dev",
  "permissions": [
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*",
        "https://*.claude.ai/*"
      ],
      "js": [
        "content/claude-ai.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://gemini.google.com/*",
        "https://*.gemini.google.com/*"
      ],
      "js": [
        "content/gemini.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "js": [
        "content/chatgpt.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://copilot.microsoft.com/*",
        "https://*.copilot.microsoft.com/*"
      ],
      "js": [
        "content/copilot.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://perplexity.ai/*",
        "https://*.perplexity.ai/*"
      ],
      "js": [
        "content/perplexity.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://huggingface.co/*"
      ],
      "js": [
        "content/huggingchat.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chat.mistral.ai/*",
        "https://*.mistral.ai/*"
      ],
      "js": [
        "content/le-chat.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://you.com/*",
        "https://*.you.com/*"
      ],
      "js": [
        "content/you.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://poe.com/*"
      ],
      "js": [
        "content/poe.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://grok.com/*",
        "https://x.com/*"
      ],
      "js": [
        "content/grok.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://bolt.new/*",
        "https://*.bolt.new/*"
      ],
      "js": [
        "content/bolt.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://lovable.dev/*"
      ],
      "js": [
        "content/lovable.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://replit.com/*",
        "https://*.replit.com/*"
      ],
      "js": [
        "content/replit.js"
      ],
      "css": [
        "content/styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "PromptCase"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/styles.css"
      ],
      "matches": [
        "https://*.bolt.new/*",
        "https://*.claude.ai/*",
        "https://*.copilot.microsoft.com/*",
        "https://*.gemini.google.com/*",
        "https://*.mistral.ai/*",
        "https://*.perplexity.ai/*",
        "https://*.replit.com/*",
        "https://*.you.com/*",
        "https://bolt.new/*",
        "https://chat.mistral.ai/*",
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://copilot.microsoft.com/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://huggingface.co/*",
        "https://lovable.dev/*",
        "https://perplexity.ai/*",
        "https://poe.com/*",
        "https://replit.com/*",
        "https://x.com/*",
        "https://you.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "promptcase@promptcase.dev",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "authenticationInfo"
        ]
      }
    }
  }
}

최고의 PromptCase 대안

다음은 PromptCase과(와) 유사한 Firefox add-on입니다: