Georgian Font Fixer

Fixes Georgian Uppercase problem in Chrome 69

什么是Georgian Font Fixer?

Georgian Font Fixer是由mrsamkhar开发的Chrome扩展程序,该扩展的主要功能是“Fixes Georgian Uppercase problem in Chrome 69”。

扩展截图

screenshot

下载Georgian Font Fixer扩展crx文件

下载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"
    ]
}