Name Combiner Tool Firefox

Examine source code of Name Combiner Tool

By: Anna
Inspect and view changes in Name Combiner Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Name Combiner Tool",
  "version": "1.0",
  "description": "Quickly combine names directly in a popup or using a context menu.",
  "permissions": [
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "namecombiner@example.com"
    }
  }
}

Best Name Combiner Tool Alternatives

Here are some Firefox add-ons that are similar to Name Combiner Tool: