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}"
    }
  }
}

최고의 Flashcard Maker from Highlights 대안

다음은 Flashcard Maker from Highlights과(와) 유사한 Firefox add-on입니다: