Font Rendering Enhancer

Font Rendering Enhancer

Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "options_page": "options.html",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "assets/js/font.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).",
  "icons": {
    "32": "icon.png",
    "48": "icon.png"
  },
  "manifest_version": 2,
  "name": "Font Rendering Enhancer",
  "short_name": "FRE",
  "permissions": [
    "*://*/*",
    "storage"
  ],
  "version": "0.1.4.1"
}