Text Twister Firefox

Examine source code of Text Twister

Inspect and view changes in Text Twister source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Rephraser",
  "version": "1.0",
  "description": "This extension rephrases text on a page.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dc88befa-5cb9-466e-b7fb-720bb394d023}"
    }
  }
}

Best Text Twister Alternatives

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