Georgian Uppercase Font Fixer

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

Co je Georgian Uppercase Font Fixer?

Georgian Uppercase Font Fixer je rozšíření Chrome vyvinuté Rocko, a jeho hlavní funkcí je „Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Georgian Uppercase Font Fixer

Stáhněte si soubory rozšíření Georgian Uppercase Font Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Georgian Uppercase Font Fixer Georgian Uppercase Font Fixer
ID fhfhbaenepdbicalofoldmpjmocggbao
Oficiální URL https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao
Popis Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Velikost souboru 15.55 KB
Počet instalací 271
Aktuální Verze 0.1.1
Poslední Aktualizace 2018-09-05
Datum Vydání 2018-09-05
Hodnocení 3.57/5 Celkem 7 Hodnocení
Vývojář Rocko
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}