Noto Chinese Font Enhancer

Render Noto font in Mac OSX style

What is Noto Chinese Font Enhancer?

Noto Chinese Font Enhancer is a Chrome extension developed by jackiechin123, and its main feature is "Render Noto font in Mac OSX style".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Noto Chinese Font Enhancer Extension CRX File

Download Noto Chinese Font Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Noto 思源字體美化

思源字體是Google與Adobe合作製作的一套免費且漂亮的字體,可惜直接設定在Chrome上,跟MAC下瀏覽器的文字渲染比起來,感覺略顯單薄了一點。

特點:
1.本擴充元件,透過CSS3語法,在您瀏覽網頁時,自動美化Noto思源字體。
2.透過指定Fontface,讓簡中、繁中、日文、韓文均能同時以Noto思源字體呈現
3.搭配Chrome 37及以後的版本,開啟DirectWrite(網址列輸入 chrome://flags 啟用實驗性 DirectWrite 字型轉譯系統)效果更好。

使用者只需要依照以下方式設定安裝即可,不必更改瀏覽器的預設字型設定。

使用方式:
1.請先下載安裝Noto思源字體  
   下載位置 http://www.google.com/get/noto/#/
2.安裝本擴充套件
3.螢幕尺寸較大者,可以預設使用110% 或125% 瀏覽(設定中->進階設定->網頁內容  設定頁面縮放為 110% 或 125%)
4.Enjoy it!                    

Extension Basic Information

Name Noto Chinese Font Enhancer Noto Chinese Font Enhancer
ID iggiebkimmifldbnjjbbhcbiafnbhdjm
Official URL https://chrome.google.com/webstore/detail/noto-chinese-font-enhance/iggiebkimmifldbnjjbbhcbiafnbhdjm
Description Render Noto font in Mac OSX style
File Size 37.11 KB
Installation Count 2,000
Current Version 0.99
Last Updated 2015-03-13
Publish Date 2015-03-13
Rating 4.25/5 Total 36 Ratings
Developer jackiechin123
Payment Type free
Extension Website http://jackiechin.blogspot.tw/
Help Page URL http://jackiechin.blogspot.tw/
Supported Languages zh-TW
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": {
        "128": "icon\/NotoEnhancer-128.png",
        "16": "icon\/NotoEnhancer-16.png",
        "32": "icon\/NotoEnhancer-32.png",
        "48": "icon\/NotoEnhancer-48.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"
    ]
}