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
Eメール [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"
    ]
}