High Ascii Fixer/Stripper

High Ascii Fixer/Stripper

This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "High Ascii Fixer/Stripper",
  "description": "This will change curly single/double quotes and em-dashes to normal quotes and dashes and replace any other high ascii with nothing",
  "version": "1.1",
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite"
  ]
}