Country Flag +

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

Country Flag +คืออะไร?

Country Flag + เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grephy และคุณลักษณะหลักของมันคือ "Shows country flag based on the server location for any website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Country Flag +

ดาวน์โหลดไฟล์ส่วนขยาย Country Flag + ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}