IPvBar

Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.

IPvBarคืออะไร?

IPvBar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TxThinking และคุณลักษณะหลักของมันคือ "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements."

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

screenshot

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

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

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

                        When you install IPvBar, the IPvBar icon will appear on your chrome. When you are browsing the website, click on the IPvBar icon, and you will see the domain name list, IP list and IP corresponding country information of the current web page request.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IPvBar IPvBar
ID copjmgogifdfjkaenpallapiidcpkjbm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm
คำอธิบาย Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
ขนาดไฟล์ 3.03 MB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 2021.4.15
อัปเดตครั้งล่าสุด 2021-04-17
วันที่เผยแพร่ 2020-05-02
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา TxThinking
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/txthinking/ipvbar
URL หน้าช่วยเหลือ https://github.com/txthinking/ipvbar
URL หน้านโยบายความเป็นส่วนตัว https://www.txthinking.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPvBar",
    "manifest_version": 2,
    "version": "2021.4.15",
    "minimum_chrome_version": "26",
    "description": "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.",
    "homepage_url": "https:\/\/github.com\/txthinking\/ipvbar",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "common.js",
            "wasm_exec.js",
            "client.js",
            "b.js",
            "background.js"
        ]
    },
    "page_action": {
        "dummy": "http:\/\/crbug.com\/86449"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-eval'; object-src 'self'",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        ""
    ]
}