PageTalk - Your AI Assistant Firefox

Examine source code of PageTalk - Your AI Assistant

By: LeunHo Add-on
Inspect and view changes in PageTalk - Your AI Assistant source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PageTalk - Your Browser Q&A Assistant",
  "version": "3.6.1",
  "description": "A browser extension that can read page content and use AI for Q&A",
  "browser_specific_settings": {
    "gecko": {
      "id": "pagetalk@your-domain.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "contextMenus",
    "proxy",
    "browsingData",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "PageTalk",
    "default_icon": "magic.png"
  },
  "icons": {
    "128": "magic.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/lib/Readability.js",
        "js/lib/markdown-it.min.js",
        "js/lib/highlight.min.js",
        "js/lib/python.min.js",
        "js/lib/r.min.js",
        "js/lib/sql.min.js",
        "js/lib/json.min.js",
        "js/lib/katex.min.js",
        "js/lib/auto-render.min.js",
        "js/lib/mhchem.min.js",
        "js/lib/mermaid.min.js",
        "js/lib/panzoom.min.js",
        "js/lib/lucide.js",
        "js/translations.js",
        "js/markdown-renderer.js",
        "js/text-selection-helper.js",
        "js/content.js"
      ],
      "css": [
        "css/content-panel.css",
        "css/text-selection-helper.css",
        "css/github.min.css",
        "css/github-dark-dimmed.min.css",
        "css/katex.min.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "html/*",
        "css/*",
        "js/*",
        "js/lib/*",
        "magic.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+P",
        "mac": "Alt+P"
      },
      "description": "打开 Pagetalk 面板"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best PageTalk - Your AI Assistant Alternatives

Here are some Firefox add-ons that are similar to PageTalk - Your AI Assistant: