Google Classroom Organizer Firefox

Examine source code of Google Classroom Organizer

Inspect and view changes in Google Classroom Organizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Classroom Organizer",
  "version": "1.0",
  "description": "Tổ chức lại giao diện Google Classroom: ẩn lớp, nhóm lớp, đánh dấu yêu thích,...",
  "permissions": [
    "storage",
    "tabs",
    "https://classroom.google.com/"
  ],
  "icons": {
    "48": "icons/icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://classroom.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f12f34d8-2581-454e-a68e-4eeadd014d73}"
    }
  }
}

Best Google Classroom Organizer Alternatives

Here are some Firefox add-ons that are similar to Google Classroom Organizer: