Cross-Domain Insight Generator Firefox

Examine source code of Cross-Domain Insight Generator

By: Ozin Add-on
Inspect and view changes in Cross-Domain Insight Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cross-Domain Insight Generator",
  "version": "1.3",
  "description": "Generates cross-domain learning insights by identifying relationships between different knowledge topics during browsing.",
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "insightEngine.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Cross-Domain Insight Generator",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Cross-Domain-Insight-Generator",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Cross-Domain Insight Generator Alternatives

Here are some Firefox add-ons that are similar to Cross-Domain Insight Generator: