Aliasify

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

Was ist Aliasify?

Aliasify ist eine Chrome-Erweiterung, die von joshuarussell entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/".

Erweiterungsscreenshots

screenshot

Aliasify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Aliasify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name Aliasify Aliasify
ID fpgkpobeljioggngpkfcgpbkpkgnnkob
Offizielle URL https://chromewebstore.google.com/detail/aliasify/fpgkpobeljioggngpkfcgpbkpkgnnkob
Beschreibung A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
Dateigröße 7.73 KB
Installationsanzahl 97
Aktuelle Version 1.2
Letztes Update 2016-07-10
Veröffentlichungsdatum 2016-07-10
Bewertung 2.00/5 Insgesamt 4 Bewertungen
Entwickler joshuarussell
Zahlungsart free
Unterstützte Sprachen 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"
    }
}