InSight Firefox

Examine source code of InSight

Inspect and view changes in InSight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "InSight",
  "version": "0.0.19",
  "description": "Extract text from screenshots and send to AI",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs",
    "notifications",
    "alarms"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "content.js"
      ],
      "css": [
        "selector.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "libs/marked.min.js",
    "libs/katex.min.js",
    "libs/katex.min.css",
    "popup.html",
    "popup.css",
    "popup.js",
    "browser-polyfill.js",
    "detect-browser.js",
    "script-loader.js",
    "panel-styles.css",
    "panel.html",
    "panel.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "info.red4cted@gmail.com"
    }
  }
}

Best InSight Alternatives

Here are some Firefox add-ons that are similar to InSight: