Georgian Font Fixer

Fixes Georgian Uppercase problem in Chrome 69

Co to jest Georgian Font Fixer?

Georgian Font Fixer to rozszerzenie Chrome opracowane przez mrsamkhar, a jego główną funkcją jest „Fixes Georgian Uppercase problem in Chrome 69”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Georgian Font Fixer

Pobierz pliki rozszerzeń Georgian Font Fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        fix uppercase problem for georgian fonts                    

Podstawowe informacje o rozszerzeniu

Nazwa Georgian Font Fixer Georgian Font Fixer
ID nkeeiljggfojnklpckjjlfadojdjocgb
Oficjalny URL https://chromewebstore.google.com/detail/georgian-font-fixer/nkeeiljggfojnklpckjjlfadojdjocgb
Opis Fixes Georgian Uppercase problem in Chrome 69
Rozmiar pliku 55.31 KB
Liczba instalacji 237
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2022-06-10
Data Publikacji 2018-09-10
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper mrsamkhar
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.freeprivacypolicy.com/privacy/view/758cab9e0500f1b8798865acd8e9d83c
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Georgian Font Fixer",
    "short_name": "GFF",
    "version": "0.2",
    "description": "Fixes Georgian Uppercase problem in Chrome 69",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "sylfaen.ttf"
    ]
}