QuickIP

Quickly find and copy your public IPv4 and IPv6 addresses

QuickIP là gì?

QuickIP là một tiện ích mở rộng Chrome được phát triển bởi MDMower, và tính năng chính của nó là "Quickly find and copy your public IPv4 and IPv6 addresses".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuickIP

Tải xuống các tệp mở rộng QuickIP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        IP versions and resolvers are configurable in Options. You can click the browser action bubble to see your IP addresses and copy them with a click of a button, or you can use keyboard shortcuts to copy them to your clipboard in the background.

This is open source software: https://github.com/mdmower/quickip-chrome

No user data is collected by this extension and no information is sent back to the author.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuickIP QuickIP
ID fminocopafmpcihgnilcacgjpcppacfn
URL Chính Thức https://chromewebstore.google.com/detail/quickip/fminocopafmpcihgnilcacgjpcppacfn
Mô tả Quickly find and copy your public IPv4 and IPv6 addresses
Kích Thước Tệp 61.56 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 5.0.3
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2020-05-27
Nhà Phát Triển MDMower
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mdmower/quickip-chrome
URL Trang Trợ Giúp https://github.com/mdmower/quickip-chrome/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "bubble.html",
        "default_title": "Find your IP"
    },
    "commands": {
        "quick-copy-ipv4": {
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "Command+Shift+4"
            },
            "description": "Copy IPv4 to clipboard"
        },
        "quick-copy-ipv6": {
            "suggested_key": {
                "default": "Ctrl+Shift+6",
                "mac": "Command+Shift+6"
            },
            "description": "Copy IPv6 to clipboard"
        }
    },
    "description": "Quickly find and copy your public IPv4 and IPv6 addresses",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "name": "QuickIP",
    "options_page": "options.html",
    "permissions": [
        "clipboardWrite",
        "offscreen",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.ipify.org\/",
        "https:\/\/*.ident.me\/",
        "https:\/\/*.icanhazip.com\/",
        "https:\/\/*.wtfismyip.com\/"
    ],
    "version": "5.0.3"
}