AskInline Firefox

Examine source code of AskInline

By: Liam
Inspect and view changes in AskInline source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "1.0",
  "name": "AskInline",
  "browser_specific_settings": {
    "gecko": {
      "id": "kzouts951@mozmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Right-click selected text to Ask Gemini AI. Inline AI assistant with streaming responses, markdown rendering, and syntax highlighting.",
  "homepage_url": "https://github.com/liamtoaldo/AskInline",
  "developer": {
    "name": "Liam Toaldo",
    "url": "https://github.com/liamtoaldo"
  },
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "https://generativelanguage.googleapis.com/"
  ],
  "action": {
    "default_icon": {
      "16": "img/icon-16.png",
      "32": "img/icon-32.png",
      "48": "img/icon-48.png",
      "128": "img/icon-128.png"
    },
    "default_title": "AskInline"
  },
  "commands": {
    "ask-inline-shortcut": {
      "suggested_key": {
        "default": "Ctrl+Alt+A",
        "mac": "Command+Shift+A"
      },
      "description": "Open AskInline on selected text"
    }
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/lib/marked.min.js",
        "src/lib/prism.min.js",
        "src/content/content.js"
      ],
      "css": [
        "src/lib/prism-dark.css",
        "src/content/content.css"
      ]
    }
  ]
}

Best AskInline Alternatives

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