Aliasify
A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
What is Aliasify?
Aliasify is a Chrome extension developed by joshuarussell, and its main feature is "A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/".
Extension Screenshots
Download Aliasify Extension CRX File
Download Aliasify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
Extension Basic Information
Name | Aliasify |
ID | fpgkpobeljioggngpkfcgpbkpkgnnkob |
Official URL | https://chromewebstore.google.com/detail/aliasify/fpgkpobeljioggngpkfcgpbkpkgnnkob |
Description | A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/ |
File Size | 7.73 KB |
Installation Count | 97 |
Current Version | 1.2 |
Last Updated | 2016-07-10 |
Publish Date | 2016-07-10 |
Rating | 2.00/5 Total 4 Ratings |
Developer | joshuarussell |
Payment Type | free |
Supported Languages | 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" } } |