잘못된 한국어 변환

잘못된 한국어 변환

잘못된 한국어 표기를 일괄적으로 변환하는 플러그인입니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "잘못된 한국어 변환",
  "description": "잘못된 한국어 표기를 일괄적으로 변환하는 플러그인입니다.",
  "version": "1.2.1",
  "author": "윈컴이 (Wincomi)",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}