Smooth Fonts
This lightweight extension significantly improves font rendering on computers running OS X.
Smooth Fontsとは何ですか?
Smooth FontsはJames Edmonstonによって開発されたChromeの拡張機能で、その主な機能は「This lightweight extension significantly improves font rendering on computers running OS X.」です。
拡張機能のスクリーンショット
Smooth Fonts拡張機能のCRXファイルをダウンロード
Smooth Fonts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | jomdmdadhphmnkfocajhglgmhfmeajef |
公式URL | https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef |
説明 | This lightweight extension significantly improves font rendering on computers running OS X. |
ファイルサイズ | 2.84 KB |
インストール数 | 905 |
現在のバージョン | 10.1.2 |
最終更新日 | 2016-05-11 |
公開日 | 2016-05-11 |
評価 | 4.14/5 合計 28 レビュー |
開発者 | James Edmonston |
支払い方法 | free |
拡張機能のウェブサイト | http://ethercreative.co.uk |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smooth Fonts", "description": "This lightweight extension significantly improves font rendering on computers running OS X.", "version": "10.1.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab" ] } |