Memkey Flashcards Firefox

Examine source code of Memkey Flashcards

By: Memkey Add-on
Inspect and view changes in Memkey Flashcards source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Memkey Extension",
  "version": "1.0",
  "description": "Allows user to take screenshots and create a flashcard while watching a video, or browsing the internet",
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-flashcards@example.com"
    }
  },
  "action": {
    "default_icon": {
      "48": "icons/keyman-48.png"
    }
  },
  "options_ui": {
    "page": "views/settings.html",
    "open_in_tab": true
  },
  "permissions": [
    "downloads",
    "activeTab",
    "storage",
    "cookies",
    "identity",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "*://*.amazonaws.com/*",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "config.json",
        "memkeyApi.js",
        "views/*.css",
        "views/*.html",
        "views/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "48": "icons/keyman-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "views.js",
        "listeners.js",
        "imageHelper.js",
        "main.js"
      ]
    }
  ]
}

Best Memkey Flashcards Alternatives

Here are some Firefox add-ons that are similar to Memkey Flashcards: