Georgian Font Fixer

Fixes Georgian Uppercase problem in Chrome 69

Что такое Georgian Font Fixer?

Georgian Font Fixer - это расширение Chrome, разработанное mrsamkhar, и его основная функция - "Fixes Georgian Uppercase problem in Chrome 69".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Georgian Font Fixer

Скачайте файлы расширений Georgian Font Fixer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        fix uppercase problem for georgian fonts                    

Основная информация о расширении

Название Georgian Font Fixer Georgian Font Fixer
ID nkeeiljggfojnklpckjjlfadojdjocgb
Официальный URL https://chromewebstore.google.com/detail/georgian-font-fixer/nkeeiljggfojnklpckjjlfadojdjocgb
Описание Fixes Georgian Uppercase problem in Chrome 69
Размер файла 55.31 KB
Количество установок 237
Текущая Версия 0.2
Последнее Обновление 2022-06-10
Дата публикации 2018-09-10
Рейтинг 4.67/5 Всего 3 оценок
Разработчик mrsamkhar
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/privacy/view/758cab9e0500f1b8798865acd8e9d83c
Поддерживаемые языки 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"
    ]
}