Hint AI Firefox

Examine source code of Hint AI

Inspect and view changes in Hint AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hint AI",
  "version": "1.0",
  "description": "Get Answer in One Sentence.",
  "icons": {
    "48": "favicon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://generativelanguage.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css",
        "fonts.css"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Hint AI Options"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hint-ai@example.com"
    }
  },
  "commands": {
    "take-screenshot": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Take a screenshot and analyze it."
    },
    "toggle-answer": {
      "suggested_key": {
        "default": "Ctrl+Shift+2"
      },
      "description": "Toggle the answer visibility."
    }
  }
}

Best Hint AI Alternatives

Here are some Firefox add-ons that are similar to Hint AI: