Georgian Uppercase Font Fixer

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

Wat is Georgian Uppercase Font Fixer?

Georgian Uppercase Font Fixer is een Chrome-extensie ontwikkeld door Rocko, en de belangrijkste functie is "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Georgian Uppercase Font Fixer

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

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

Basisinformatie over de Extensie

Naam Georgian Uppercase Font Fixer Georgian Uppercase Font Fixer
ID fhfhbaenepdbicalofoldmpjmocggbao
Officiële URL https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao
Beschrijving Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Bestandsgrootte 15.55 KB
Aantal Installaties 271
Huidige Versie 0.1.1
Laatst Bijgewerkt 2018-09-05
Publicatiedatum 2018-09-05
Beoordeling 3.57/5 Totaal 7 Beoordelingen
Ontwikkelaar Rocko
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}