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”。
擴展截圖
下載Georgian Font Fixer擴展crx文件
下載Georgian Font Fixer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        fix uppercase problem for georgian fonts                     擴展基本資訊
| 名稱 |   |  
| ID | nkeeiljggfojnklpckjjlfadojdjocgb | 
| 官方網址 | 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"
    ]
}  |  |