StudentsList Firefox

Examine source code of StudentsList

제작자: Abdulrahman Muhsin
Inspect and view changes in StudentsList source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StudentsList",
  "version": "1.0",
  "description": "record the students' names in the meeting then export the list to excel file",
  "icons": {
    "48": "ico.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "ico.png",
    "default_title": "click here"
  },
  "permissions": [
    "activeTab",
    "alarms"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/*"
      ],
      "js": [
        "WE.js"
      ]
    }
  ]
}

최고의 StudentsList 대안

다음은 StudentsList과(와) 유사한 Firefox add-on입니다: