ChatGPT - 150种处理任务,右键快速访问

ChatGPT - 150种处理任务,右键快速访问

快速访问 ChatGPT,150种处理任务方式,选中内容并右键单击,即可在任何地方使用 ChatGPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChatGPT - 150种处理任务,右键快速访问",
  "description": "快速访问 ChatGPT,150种处理任务方式,选中内容并右键单击,即可在任何地方使用 ChatGPT ",
  "version": "4.0",
  "host_permissions": [
    "https://api.openai.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "author": "[email protected]"
}