copylify

copylify

copylify helps you to copy unsegmented data not only from single tab or pararaph but from multiple platform to one place.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "copylify",
  "description": "copylify helps you to copy unsegmented data not only from single tab or pararaph but from multiple platform to one place.",
  "version": "1.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "eventpage.js"
  },
  "commands": {
    "Ctrl+M": {
      "suggested_key": {
        "default": "Ctrl+M",
        "mac": "Command+M"
      },
      "description": "press Ctrl+M in windows or command+M in mac by selecting text."
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "notifications",
    "http://*/",
    "https://*/",
    "scripting"
  ]
}