PlanBoard Scheduler Firefox

Examine source code of PlanBoard Scheduler

Inspect and view changes in PlanBoard Scheduler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PlanBoard Scheduler",
  "version": "1.0",
  "description": "Tạo bài giảng mới trên Planboard từ trình duyệt.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6d670018-968f-4570-9a7d-605804560ca2}"
    }
  }
}

Best PlanBoard Scheduler Alternatives

Here are some Firefox add-ons that are similar to PlanBoard Scheduler: