Glexa Fullscreen Button

Glexa Fullscreen Button

VERSION2社のLMS「Glexa」のSCORM教材画面に、教材をフルスクリーン化するボタンを追加します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Glexa Fullscreen Button",
  "version": "0.0.2.1",
  "manifest_version": 3,
  "description": "VERSION2社のLMS「Glexa」のSCORM教材画面に、教材をフルスクリーン化するボタンを追加します。",
  "content_scripts": [
    {
      "matches": [
        "https://*.glexa.net/content/*/scorm/",
        "https://*.glexa.net/content/*/scorm/*/",
        "https://*.glexa.net/plugin/scorm/*/*/"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": []
}