Text Direction Toggle Firefox

Examine source code of Text Direction Toggle

제작자: Mohamad Elseify
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}"
    }
  }
}

최고의 Text Direction Toggle 대안

다음은 Text Direction Toggle과(와) 유사한 Firefox add-on입니다: