IP Website- on screen

Current website IP at the right bottom corner on your screen.

IP Website- on screen là gì?

IP Website- on screen là một tiện ích mở rộng Chrome được phát triển bởi proEXT, và tính năng chính của nó là "Current website IP at the right bottom corner on your screen.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IP Website- on screen

Tải xuống các tệp mở rộng IP Website- on screen 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

                        IPeX- your browsing helper. IPeX adds Ip of the website you are visiting this time. 

What you've got:

- Free and simple extension, al that you need.
- Disable/Enable option by click on icon
- Website IPv4/IPv6 Address
- Hiding IP while in printing screen



Note!
Privacy is important for me.
I don't save or store any IP address or other data.                    

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

Tên IP Website- on screen IP Website- on screen
ID iadcmdnkhnopcpaamgoiealadkdddddi
URL Chính Thức https://chrome.google.com/webstore/detail/ip-website-on-screen/iadcmdnkhnopcpaamgoiealadkdddddi
Mô tả Current website IP at the right bottom corner on your screen.
Kích Thước Tệp 86.5 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.9.9
Cập Nhật Lần Cuối 2020-11-24
Ngày Phát Hành 2020-10-31
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển proEXT
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.9",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "minimum_chrome_version": "18",
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "\/images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Website IP Options"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "jquery.ip.js",
                "ip.js"
            ],
            "css": [
                "css\/ip.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}