Indent lines in textarea with Tab Firefox

Examine source code of Indent lines in textarea with Tab

Inspect and view changes in Indent lines in textarea with Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "2.1",
  "name": "Indent lines in textarea with Tab",
  "description": "When you select several lines of text in textarea and press Tab, these lines will be indented. With Shift+Tab these lines will be unindented. Configure the number of spaces in the options page.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://gitlab.com/arty.name/firefox-extension-textarea-indent-tab",
  "browser_specific_settings": {
    "gecko": {
      "id": "{aef30b0f-bedb-446f-ada1-409a3472c538}"
    }
  }
}

Best Indent lines in textarea with Tab Alternatives

Here are some Firefox add-ons that are similar to Indent lines in textarea with Tab: