Anki Questions Firefox

Examine source code of Anki Questions

Inspect and view changes in Anki Questions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Anki Questions",
  "description": "Generate Anki flashcards from selected web text using your own Gemini API key.",
  "version": "0.1.0",
  "icons": {
    "16": "/icon/16.png",
    "32": "/icon/32.png",
    "48": "/icon/48.png",
    "96": "/icon/96.png",
    "128": "/icon/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@anki-questions",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteContent"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "https://generativelanguage.googleapis.com/*",
    "http://127.0.0.1:8765/*",
    "http://localhost:8765/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Anki Questions",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Anki Questions Alternatives

Here are some Firefox add-ons that are similar to Anki Questions: