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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}