ChatTLDR Firefox

Examine source code of ChatTLDR

제작자: c410
Inspect and view changes in ChatTLDR source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ChatTLDR",
  "version": "1.1",
  "description": "Summarize hovered text using your ChatGPT API key.",
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "notifications",
    "*://api.openai.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/icon.png"
    }
  },
  "icons": {
    "128": "icons/icon.png"
  },
  "applications": {
    "gecko": {
      "id": "callum@techyyy.dev"
    }
  }
}

최고의 ChatTLDR 대안

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