Noto Chinese Font Enhancer

Noto Chinese Font Enhancer

Render Noto font in Mac OSX style

Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "CustomStyle.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Render Noto font in Mac OSX style",
  "icons": {
    "16": "icon/NotoEnhancer-16.png",
    "32": "icon/NotoEnhancer-32.png",
    "48": "icon/NotoEnhancer-48.png",
    "128": "icon/NotoEnhancer-128.png"
  },
  "manifest_version": 2,
  "name": "Noto Chinese Font Enhancer",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.99",
  "web_accessible_resources": [
    "images/*.png"
  ]
}