AltCopy: Paraphraser Tool

AltCopy: Paraphraser Tool

Add a context menu option to links to paraphrase the text and open the different versions in another tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Context menu: Copy link with types",
  "description": "Add a context menu option to links to copy the link to the clipboard, as plain text and as a link in rich HTML.",
  "version": "1.0",
  "homepage_url": "https://altcopy.vercel.app",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4e350e44-35e9-4247-824d-f00fc8c01709}"
    }
  }
}