Notion RTL Firefox

Examine source code of Notion RTL

By: Fahmi
Inspect and view changes in Notion RTL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Notion RTL",
  "version": "1.3.1",
  "description": "An extension to add RTL support for https://notion.so",
  "manifest_version": 2,
  "permissions": [
    "*://*.notion.so/*",
    "*://*.notion.site/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.notion.so/*",
        "*://*.notion.site/*"
      ],
      "js": [
        "src/index.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "logo/logo-16.png",
    "32": "logo/logo-32.png",
    "48": "logo/logo-48.png",
    "128": "logo/logo-128.png"
  }
}

Best Notion RTL Alternatives

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