IP from Omnibox

To copy your IP address, type copyip into the omnibox, then press tab and enter.

IP from Omnibox là gì?

IP from Omnibox là một tiện ích mở rộng Chrome được phát triển bởi http://site.simonandrewbrown.co.uk, và tính năng chính của nó là "To copy your IP address, type copyip into the omnibox, then press tab and enter.".

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

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

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

                        Copy your IP to the clipboard from the omnibox. Type "copyip", press tab, space and then enter. Similar extensions I've seen require you to click a button in the toolbar, which consumes screen space. Note that it may take a few seconds for the IP to be copied.

My IP is faked in the video. The extension will give you your real IP.

Privacy note: In order to obtain your IP, this extension calls a web service hosted on AppEngine using CORS over HTTPS. The data transmitted is the same data the browser sends to any web server when loading a web page.                    

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

Tên IP from Omnibox IP from Omnibox
ID nicknolophljefoicidblbeicplfonan
URL Chính Thức https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan
Mô tả To copy your IP address, type copyip into the omnibox, then press tab and enter.
Kích Thước Tệp 34.77 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2012-11-05
Ngày Phát Hành 2012-11-05
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://site.simonandrewbrown.co.uk
Loại Thanh Toán free
Trang Web Mở Rộng http://www.isimonbrown.co.uk/contact/
URL Trang Trợ Giúp http://www.isimonbrown.co.uk/contact/
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP from Omnibox",
    "description": "To copy your IP address, type copyip into the omnibox, then press tab and enter.",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "copyip"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "minimum_chrome_version": "20.0"
}