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/”。
扩展截图
下载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 |
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" } } |