Note Custome Dashboard Firefox

Examine source code of Note Custome Dashboard

Inspect and view changes in Note Custome Dashboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "the-town-note-custome-dashboard@example.com"
    }
  },
  "manifest_version": 3,
  "name": "Note Custome Dashboard",
  "version": "1.0",
  "description": "Noteのダッシュボードを拡張する拡張機能",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://note.com/sitesettings/stats"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "sidebar_action": {
    "default_title": "Note Dashboard",
    "default_panel": "dashboardchart.html"
  },
  "icons": {
    "32": "img/icon.png"
  }
}

Best Note Custome Dashboard Alternatives

Here are some Firefox add-ons that are similar to Note Custome Dashboard: