Better Notion RTL Firefox

Examine source code of Better Notion RTL

Inspect and view changes in Better Notion RTL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "BetterNotionRTL",
  "version": "1.0",
  "description": "Aligns the text in the correct way on https://notion.so",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "*://*.notion.so/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.notion.so/*"
      ],
      "js": [
        "index.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/betterrtlicon.png"
  }
}

Best Better Notion RTL Alternatives

Here are some Firefox add-ons that are similar to Better Notion RTL: