SpaceLLama Firefox

Examine source code of SpaceLLama

Inspect and view changes in SpaceLLama source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SpaceLLama",
  "version": "2.0",
  "description": "Summarize web pages using Ollama. Supports custom models, token limits, system prompts, chunking, and more. See https://github.com/tcsenpai/spacellama for more information.",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "browser_action": {
    "default_title": "SpaceLLama",
    "default_icon": "icon.png"
  },
  "sidebar_action": {
    "default_title": "SpaceLLama",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "sidebar/marked.min.js",
    "model_tokens.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3d4ea077-5a5a-4807-954c-79187cd9621f}"
    }
  }
}

Best SpaceLLama Alternatives

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