Notion R2L Firefox

Examine source code of Notion R2L

By: will
Inspect and view changes in Notion R2L source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "notionR2L@williamayoub.com",
      "strict_min_version": "57.0"
    }
  },
  "name": "Notion R2L",
  "version": "1.5.0",
  "description": "An extension to add R2L support for https://notion.so",
  "manifest_version": 2,
  "permissions": [
    "*://*.notion.so/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.notion.so/*"
      ],
      "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 R2L Alternatives

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