Georgian Uppercase Font Fixer

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

Qu'est-ce que Georgian Uppercase Font Fixer ?

Georgian Uppercase Font Fixer est une extension Chrome développée par Rocko, et sa fonction principale est "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Georgian Uppercase Font Fixer

Téléchargez les fichiers d'extension Georgian Uppercase Font Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Georgian Uppercase Font Fixer Georgian Uppercase Font Fixer
ID fhfhbaenepdbicalofoldmpjmocggbao
URL Officiel https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao
Description Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Taille du Fichier 15.55 KB
Nombre d'Installations 271
Version Actuelle 0.1.1
Dernière Mise à Jour 2018-09-05
Date de Publication 2018-09-05
Évaluation 3.57/5 Total 7 Évaluations
Développeur Rocko
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}