Chrome Font Rendering Enhancer
Improves your font rendering
Chrome Font Rendering Enhancerとは何ですか?
Chrome Font Rendering Enhancerはincleafによって開発されたChromeの拡張機能で、その主な機能は「Improves your font rendering」です。
Chrome Font Rendering Enhancer拡張機能のCRXファイルをダウンロード
Chrome Font Rendering Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This application improves your font rendering. You can also control the font weight with easy UI :)
拡張機能の基本情報
名前 | ![]() |
ID | jjjpbgllolhkbnpbkpcllncfmbiggljo |
公式URL | https://chrome.google.com/webstore/detail/chrome-font-rendering-enh/jjjpbgllolhkbnpbkpcllncfmbiggljo |
説明 | Improves your font rendering |
ファイルサイズ | 15.04 KB |
インストール数 | 3,000 |
現在のバージョン | 0.0.5 |
最終更新日 | 2016-06-07 |
公開日 | 2016-06-07 |
評価 | 4.76/5 合計 37 レビュー |
開発者 | incleaf |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/incleaf/osx-chrome-font-rendering-enhancer |
ヘルプページのURL | https://github.com/incleaf/osx-chrome-font-rendering-enhancer |
対応言語 | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Font Rendering Enhancer", "version": "0.0.5", "manifest_version": 2, "description": "Improves your font rendering", "homepage_url": "http:\/\/incleaf.github.io\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ] } ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage" ] } |