Read Theory Student Data Export

Read Theory Student Data Export

This extension will pull data from a class or student page in a ReadTheory class and download it as a csv file

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Read Theory Student Data Export",
  "action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "version": "1.3",
  "description": "This extension will pull data from a class or student page in a ReadTheory class and download it as a csv file",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/favicon-16x16.png",
    "32": "images/favicon-32x32.png",
    "192": "images/android-chrome-192x192.png"
  }
}