Text Fragment Firefox

Examine source code of Text Fragment

By: sycxyc
Inspect and view changes in Text Fragment source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "version": "1.5",
  "icons": {
    "32": "/icon.svg",
    "128": "/icon.svg"
  },
  "permissions": [
    "clipboardWrite",
    "find",
    "menus",
    "storage",
    "webNavigation",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "__MSG_action_title__",
    "default_icon": "/icon.svg"
  },
  "commands": {
    "_execute_browser_action": {
      "description": "__MSG_action_title__"
    }
  },
  "background": {
    "scripts": [
      "/lib/util.js",
      "/background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": false,
    "browser_style": true,
    "page": "/view/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "text-fragment@example.com"
    }
  }
}

Best Text Fragment Alternatives

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