Save Text To File Firefox

Examine source code of Save Text To File

Inspect and view changes in Save Text To File source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Save Text to File",
  "description": "Save highlighted text to a file on the computer.",
  "version": "4.4.0",
  "applications": {
    "gecko": {
      "id": "HighlightedTextToFile@bobbyrne01.org",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "contextMenus",
    "downloads",
    "storage",
    "notifications",
    "activeTab",
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "backgroundScript.js"
    ]
  },
  "manifest_version": 2,
  "icons": {
    "64": "images/ico.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "commands": {
    "save-text-to-file": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Saves the selected text from the active tab to a file."
    }
  }
}

Best Save Text To File Alternatives

Here are some Firefox add-ons that are similar to Save Text To File: