Country Flag Fixer

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

什麼是Country Flag Fixer?

Country Flag Fixer是由https://countryflagfixer.com開發的Chrome擴展程式,該擴展的主要功能是“Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!”。

擴展截圖

screenshot
screenshot

下載Country Flag Fixer擴展crx文件

下載Country Flag Fixer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Country Flag Fixer Country Flag Fixer
ID jhcpefjbhmbkgjgipkhndplfbhdecijh
官方網址 https://chromewebstore.google.com/detail/country-flag-fixer/jhcpefjbhmbkgjgipkhndplfbhdecijh
簡介 Replaces mysterious country codes automatically with the corresponding flag. The solution for Chromium users on Windows!
檔案大小 132 KB
安裝次數 5,106
目前版本 1.2.5
更新時間 2023-12-25
上架時間 2022-06-22
評分 4.55/5 共 44 次評分
開發者 https://countryflagfixer.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/matthijs110/chromium-country-flags
說明頁面URL https://github.com/matthijs110/chromium-country-flags/issues
支援的語言 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"
    }
}