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" ] } |