Aliasify

A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/

Wat is Aliasify?

Aliasify is een Chrome-extensie ontwikkeld door joshuarussell, en de belangrijkste functie is "A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Aliasify

Download Aliasify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A Chrome extension to turn off website text anti-aliasing.

http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/                    

Basisinformatie over de Extensie

Naam Aliasify Aliasify
ID fpgkpobeljioggngpkfcgpbkpkgnnkob
Officiële URL https://chromewebstore.google.com/detail/aliasify/fpgkpobeljioggngpkfcgpbkpkgnnkob
Beschrijving A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
Bestandsgrootte 7.73 KB
Aantal Installaties 97
Huidige Versie 1.2
Laatst Bijgewerkt 2016-07-10
Publicatiedatum 2016-07-10
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar joshuarussell
Betalingswijze free
Ondersteunde Talen 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"
    }
}