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
公式URL 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"
}