Country Flag +

Shows country flag based on the server location for any website.

Country Flag +란 무엇입니까?

Country Flag +은(는) Grephy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows country flag based on the server location for any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Country Flag + 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Country Flag extension displays a flag based on the location of the website's server (active tab's URL). 

Pressing the toolbar icon (flag) shows you a popup with detailed info about the server, including the country name, server IP address, and coordinates metrics (latitude and longitude). Within the options page, you can change the toolbar icon size (available in 3 different sizes). Moreover, the flag icon's tooltip text shows brief info about the server's geo location.

Note: To get the flag and location of the website's server, this add-on uses only a local database which is stored in the add-on's package. Once you open the popup, it will show you details about the current flag.

To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/flag-plus.html) and fill out the bug report form.                    

확장 프로그램 기본 정보

이름 Country Flag + Country Flag +
ID afphlhklnamnlglgnmnidbcpiigodhaj
공식 URL https://chromewebstore.google.com/detail/country-flag-+/afphlhklnamnlglgnmnidbcpiigodhaj
설명 Shows country flag based on the server location for any website.
파일 크기 3.58 MB
설치 횟수 6,488
현재 버전 0.2.6
최근 업데이트 2023-09-20
출시 날짜 2019-12-18
평점 3.83/5 총 24 개의 평점
개발자 Grephy
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/flag-plus.html
도움말 페이지 URL https://mybrowseraddon.com/flag-plus.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.6",
    "manifest_version": 3,
    "name": "Country Flag +",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/flag-plus.html",
    "description": "Shows country flag based on the server location for any website.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_title": "Country Flag +",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}