Extract & Ask: AI Workflow Tool Firefox

Examine source code of Extract & Ask: AI Workflow Tool

Inspect and view changes in Extract & Ask: AI Workflow Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Webpage Content Extractor / Chat",
  "version": "1.0.4",
  "description": "Extract text from any webpage and chat with ChatGPT, Claude, Gemini etc. Free webpage chat tool with custom prompts.",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "scripting",
    "tabs",
    "webNavigation",
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "css": [
        "content/sidebar.css",
        "content/chatbot_injector.css"
      ],
      "js": [
        "content/extractor.js",
        "content/sidebar.js",
        "content/chatbot_injector.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "_execute_action": {
      "description": "Open the extension popup"
    },
    "extract-and-copy": {
      "description": "Extract page content and copy to clipboard"
    },
    "extract-with-prompt": {
      "description": "Extract page content with selected prompt and copy"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "webpage-content-extractor@faisalbhuiyan.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Extract & Ask: AI Workflow Tool Alternatives

Here are some Firefox add-ons that are similar to Extract & Ask: AI Workflow Tool: