Plain Text Copy Tool - Format Remover

Plain Text Copy Tool - Format Remover

Remove HTML formatting, copy as plain text, or replace node.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "worker.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "manifest_version": 3,
  "name": "Plain Text Copy Tool - Format Remover",
  "permissions": [
    "contextMenus",
    "storage",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.2.2"
}