String Utils Firefox

Examine source code of String Utils

By: solkaz
Inspect and view changes in String Utils source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Jeff Held",
  "description": "Modify selected text from the context-menu",
  "homepage_url": "https://github.com/solkaz/string-utils-webext",
  "manifest_version": 2,
  "version": "0.0.1resigned1",
  "name": "String Utils",
  "background": {
    "scripts": [
      "shared/browser-polyfill.js",
      "background/index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "shared/browser-polyfill.js",
        "content_scripts/index.js"
      ]
    }
  ],
  "permissions": [
    "*://*/*",
    "clipboardWrite",
    "contextMenus",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ea938060-27cf-44d9-abe8-7243ef9bc094}"
    }
  }
}

Best String Utils Alternatives

Here are some Firefox add-ons that are similar to String Utils: