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
公式URL 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
Eメール [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"
    }
}