Country Flag Fixer

Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!

Country Flag Fixer là gì?

Country Flag Fixer là một tiện ích mở rộng Chrome được phát triển bởi https://countryflagfixer.com, và tính năng chính của nó là "Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Country Flag 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

                        Currently, Chromium users (using Chrome or Microsoft Edge) on Windows are not able to see the flag emoji's. A country code is shown instead. This extention will replace those abbreviations with its corresponding flag using a special font.

This extention uses the Twemoji Country Flags font, which is based on Twemoji (licensed under CC BY-ND 2.0).

Icon created by turkkub - Flaticon                    

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

Tên Country Flag Fixer Country Flag Fixer
ID jhcpefjbhmbkgjgipkhndplfbhdecijh
URL Chính Thức https://chromewebstore.google.com/detail/country-flag-fixer/jhcpefjbhmbkgjgipkhndplfbhdecijh
Mô tả Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 5,106
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-12-25
Ngày Phát Hành 2022-06-22
Đánh Giá 4.55/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://countryflagfixer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matthijs110/chromium-country-flags
URL Trang Trợ Giúp https://github.com/matthijs110/chromium-country-flags/issues
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,fr,nl,no,vi,tr,da,et,es,es-419,it,lv,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Country Flag Fixer",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "version": "1.2.5",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_head.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/TwemojiCountryFlags.woff2"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}