Text Direction Toggle Firefox

Examine source code of Text Direction Toggle

Inspect and view changes in Text Direction Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Direction Toggle",
  "version": "1.1",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e1237604-a095-461a-a220-b7043fefef36}"
    }
  }
}

Best Text Direction Toggle Alternatives

Here are some Firefox add-ons that are similar to Text Direction Toggle: