No Blank Copy

No Blank Copy

Copy the selected text wihout blanks, tabs, linebreaks, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.1",
  "default_locale": "zh_TW",
  "manifest_version": 2,
  "author": "lisez <[email protected]>",
  "description": "__MSG_appDesc__",
  "background": {
    "persistent": false,
    "scripts": [
      "script.min.js"
    ]
  },
  "permissions": [
    "clipboardWrite",
    "contextMenus"
  ]
}