Promptive Firefox

Examine source code of Promptive

제작자: Softgeist
Inspect and view changes in Promptive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Promptive",
  "version": "1.0.2",
  "description": "A powerful prompt library to make you more creative and productive with sidebar UI and quick access",
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardWrite",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "sidebar_action": {
    "default_title": "Promptive",
    "default_panel": "sidebar.html",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "32": "icons/icon-32.svg",
      "48": "icons/icon-48.svg",
      "96": "icons/icon-96.svg",
      "128": "icons/icon-128.svg"
    },
    "open_at_install": false
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Promptive Status",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "32": "icons/icon-32.svg",
      "48": "icons/icon-48.svg",
      "96": "icons/icon-96.svg",
      "128": "icons/icon-128.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*",
        "*://chat.openai.com/*",
        "*://platform.openai.com/*",
        "*://aistudio.google.com/*",
        "*://bard.google.com/*",
        "*://gemini.google.com/*",
        "*://bing.com/chat/*",
        "*://character.ai/*",
        "*://claude.ai/*",
        "*://copilot.microsoft.com/*",
        "*://chat.deepseek.com/*",
        "*://huggingface.co/*",
        "*://poe.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "open-prompt-selector": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Open prompt selector popover"
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "32": "icons/icon-32.svg",
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg",
    "128": "icons/icon-128.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@promptive.softgeist",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Promptive 대안

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