ChatGPT for SegmentFault Firefox

Examine source code of ChatGPT for SegmentFault

By: robin
Inspect and view changes in ChatGPT for SegmentFault source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatGPT for SegmentFault",
  "version": "0.1.2",
  "description": "ChatGPT's response to every SegmentFault question",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "ChatGPT for SegmentFault",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "https://*.openai.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://segmentfault.com/q/*"
      ],
      "run_at": "document_end",
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fe775351-fe70-416f-b554-1a05a98536a5}"
    }
  }
}

Best ChatGPT for SegmentFault Alternatives

Here are some Firefox add-ons that are similar to ChatGPT for SegmentFault: