Flashcard Maker from Highlights Firefox

Examine source code of Flashcard Maker from Highlights

Inspect and view changes in Flashcard Maker from Highlights source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Flashcard Maker from Highlights",
  "version": "1.0",
  "description": "Tạo flashcard từ nội dung đã bôi đậm khi duyệt web.",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{906b6aa7-5b7b-43bd-a8d7-cbe79e0579cc}"
    }
  }
}

Best Flashcard Maker from Highlights Alternatives

Here are some Firefox add-ons that are similar to Flashcard Maker from Highlights: