TextAreaExtention Firefox

Examine source code of TextAreaExtention

提供元: 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"
    }
  }
}

ベストのTextAreaExtention代替案

TextAreaExtentionに類似したFirefox add-onをいくつか紹介します: