ChatGPT プロンプトアプリエディタ

ChatGPT プロンプトアプリエディタ

【日本語/国産】ChatGPT上で「プロンプトアプリ」を作成、実行できる機能拡張です。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChatGPT プロンプトアプリエディタ",
  "version": "0.8.3",
  "description": "【日本語/国産】ChatGPT上で「プロンプトアプリ」を作成、実行できる機能拡張です。",
  "icons": {},
  "permissions": [
    "storage"
  ],
  "action": {
    "--default_popup": "popup.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.js-loader-a9b644cc.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/content-8266ff22.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/chrome_assets/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "resources": [
        "assets/content.js-40b4171a.js"
      ],
      "use_dynamic_url": true
    }
  ]
}