Text Cleaner (텍스트 정리)

Text Cleaner (텍스트 정리)

Clean text for purpose (remove newline, or remove '\', '/', ':', '*', '?', '"', '<', '>', '|')

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Text Cleaner (텍스트 정리)",
  "version": "1.4.1",
  "action": {
    "default_popup": "mainview.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "description": "Clean text for purpose (remove newline, or remove '\\', '/', ':', '*', '?', '\"', '<', '>', '|')",
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "storage"
  ]
}