Aliasify

A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/

什麼是Aliasify?

Aliasify是由joshuarussell開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/”。

擴展截圖

screenshot

下載Aliasify擴展crx文件

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

擴展使用說明

                        A Chrome extension to turn off website text anti-aliasing.

http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/                    

擴展基本資訊

名稱 Aliasify Aliasify
ID fpgkpobeljioggngpkfcgpbkpkgnnkob
官方網址 https://chromewebstore.google.com/detail/aliasify/fpgkpobeljioggngpkfcgpbkpkgnnkob
簡介 A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
檔案大小 7.73 KB
安裝次數 97
目前版本 1.2
更新時間 2016-07-10
上架時間 2016-07-10
評分 2.00/5 共 4 次評分
開發者 joshuarussell
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aliasify",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/module.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}