PageMind Firefox

Examine source code of PageMind

제작자: Dursun Katar Add-on
Inspect and view changes in PageMind 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": 2,
  "name": "PageMind",
  "version": "1.0.0",
  "description": "AI-powered browser assistant using Anthropic Claude",
  "browser_specific_settings": {
    "gecko": {
      "id": "pagemind@dk-d3v.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Toggle PageMind"
  },
  "sidebar_action": {
    "default_title": "PageMind",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "icons/icon-32.png"
  },
  "background": {
    "scripts": [
      "shared/constants.js",
      "shared/message-types.js",
      "shared/validators.js",
      "shared/storage.js",
      "background/api-client.js",
      "background/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/constants.js",
        "shared/message-types.js",
        "shared/validators.js",
        "content/form-filler.js",
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';"
}

최고의 PageMind 대안

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