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입니다: