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