Georgian Font Fixer

Fixes Georgian Uppercase problem in Chrome 69

What is Georgian Font Fixer?

Georgian Font Fixer is a Chrome extension developed by mrsamkhar, and its main feature is "Fixes Georgian Uppercase problem in Chrome 69".

Extension Screenshots

screenshot

Download Georgian Font Fixer Extension CRX File

Download Georgian Font Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        fix uppercase problem for georgian fonts                    

Extension Basic Information

Name Georgian Font Fixer Georgian Font Fixer
ID nkeeiljggfojnklpckjjlfadojdjocgb
Official URL https://chromewebstore.google.com/detail/georgian-font-fixer/nkeeiljggfojnklpckjjlfadojdjocgb
Description Fixes Georgian Uppercase problem in Chrome 69
File Size 55.31 KB
Installation Count 237
Current Version 0.2
Last Updated 2022-06-10
Publish Date 2018-09-10
Rating 4.67/5 Total 3 Ratings
Developer mrsamkhar
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/privacy/view/758cab9e0500f1b8798865acd8e9d83c
Supported Languages 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"
    ]
}