Georgian Uppercase Font Fixer

Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.

Georgian Uppercase Font Fixer là gì?

Georgian Uppercase Font Fixer là một tiện ích mở rộng Chrome được phát triển bởi Rocko, và tính năng chính của nó là "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Georgian Uppercase Font Fixer

Tải xuống các tệp mở rộng Georgian Uppercase Font Fixer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Georgian Uppercase Font Fixer Georgian Uppercase Font Fixer
ID fhfhbaenepdbicalofoldmpjmocggbao
URL Chính Thức https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao
Mô tả Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
Kích Thước Tệp 15.55 KB
Số Lần Cài Đặt 271
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2018-09-05
Ngày Phát Hành 2018-09-05
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Rocko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Georgian Uppercase Font Fixer",
    "version": "0.1.1",
    "description": "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "256": "icon256.png",
        "128": "icon128.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "24": "icon24.png",
        "16": "icon16.png"
    }
}