替换中文字体为雅黑

替换中文字体为雅黑

替换字体的中文部分为雅黑

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/2yahei.css"
      ],
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "替换字体的中文部分为雅黑",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "替换中文字体为雅黑",
  "version": "0.6"
}