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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}