Georgian Uppercase Font Fixer

Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.

Was ist Georgian Uppercase Font Fixer?

Georgian Uppercase Font Fixer ist eine Chrome-Erweiterung, die von Rocko entwickelt wurde, und ihr Hauptmerkmal ist "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".

Erweiterungsscreenshots

screenshot

Georgian Uppercase Font Fixer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Georgian Uppercase Font Fixer-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

                        Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.                    

Grundlegende Informationen zur Erweiterung

Name Georgian Uppercase Font Fixer Georgian Uppercase Font Fixer
ID fhfhbaenepdbicalofoldmpjmocggbao
Offizielle URL https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao
Beschreibung Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Dateigröße 15.55 KB
Installationsanzahl 271
Aktuelle Version 0.1.1
Letztes Update 2018-09-05
Veröffentlichungsdatum 2018-09-05
Bewertung 3.57/5 Insgesamt 7 Bewertungen
Entwickler Rocko
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Georgian Uppercase Font Fixer",
    "version": "0.1.1",
    "description": "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "256": "icon256.png",
        "128": "icon128.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "24": "icon24.png",
        "16": "icon16.png"
    }
}