TextAreaExtention Firefox

Examine source code of TextAreaExtention

Inspect and view changes in TextAreaExtention source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TextAreaExtention",
  "version": "1.0",
  "description": "Add the resize option in the textarea of sgs.",
  "icons": {
    "48": "TextAreaExtentionIcon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "addResize.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "@textareaextention"
    }
  }
}

Melhores alternativas TextAreaExtention

Aqui estão algumas Firefox add-ons que são similares a TextAreaExtention: