Font Rendering Enhancer

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

什麼是Font Rendering Enhancer?

Font Rendering Enhancer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).”。

擴展截圖

screenshot
screenshot

下載Font Rendering Enhancer擴展crx文件

下載Font Rendering Enhancer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Description
Font Rendering Enhancer comes from Opera Font Rendering by thunder13. Darker and clearer text on almost every page (http and https). Modified and ported Mac OSX Font Rendering by proxxy (from Opera on Presto engine).
"The windows browsers render the fonts based on the normal sub-pixel rendering without implementing Font smoothing, anti-aliasing as noticeable as Mac OSX. This tweak applies text to be displayed more anti-aliased using CSS3 property. So modern browsers supporting CSS3 and userstyle support would be able to support it. ;)"

Modified (v 0.1.4):
- A Control panel

Festum Presents                    

擴展基本資訊

名稱 Font Rendering Enhancer Font Rendering Enhancer
ID hmbmmdjlcdediglgfcdkhinjdelkiock
官方網址 https://chromewebstore.google.com/detail/font-rendering-enhancer/hmbmmdjlcdediglgfcdkhinjdelkiock
簡介 Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).
檔案大小 567 KB
安裝次數 100,000
目前版本 0.1.4.1
更新時間 2014-07-03
上架時間 2014-07-02
評分 4.58/5 共 366 次評分
開發者 Unknown
付費類型 free
擴展官網 http://femium.com
支援的語言 en
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"
}