Text MultiCopy Firefox

Examine source code of Text MultiCopy

By: erosman
Inspect and view changes in Text MultiCopy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.11",
  "default_locale": "en",
  "homepage_url": "https://addons.mozilla.org/user/azbb/",
  "author": "erosman",
  "icons": {
    "16": "image/icon16.png",
    "32": "image/icon32.png",
    "48": "image/icon48.png",
    "64": "image/icon64.png",
    "128": "image/icon128.png"
  },
  "background": {
    "scripts": [
      "content/pref.js",
      "content/background.js"
    ]
  },
  "options_ui": {
    "page": "content/options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "downloads",
    "menus",
    "notifications",
    "storage"
  ],
  "commands": {
    "save": {
      "suggested_key": {
        "default": "F8"
      },
      "description": "__MSG_save__"
    },
    "copySaved": {
      "description": "__MSG_copySaved__"
    },
    "pasteSaved": {
      "description": "__MSG_pasteSaved__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "textmulticopy@eros.man",
      "strict_min_version": "63.0"
    }
  }
}

Best Text MultiCopy Alternatives

Here are some Firefox add-ons that are similar to Text MultiCopy: