Check IP
Shows your IP address with some additional Information and adds easy copy and paste functionality!
Check IP là gì?
Check IP là một tiện ích mở rộng Chrome được phát triển bởi ✰✰✰✰✰✰, và tính năng chính của nó là "Shows your IP address with some additional Information and adds easy copy and paste functionality!".
Ả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 Check IP
Tải xuống các tệp mở rộng Check IP 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
Check IP shows your IP-Address information simply with a click of a button. best Features - shows country and DNS details - copies your IP adress to clipboard automatically or with a simple click - paste your IP via the rightclick context menu - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal or MyIP Privacy is important for me. I don't save or store any IP or other data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Check IP |
ID | obcihajiaphehdfilcjnhaebjdpnppnc |
URL Chính Thức | https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc |
Mô tả | Shows your IP address with some additional Information and adds easy copy and paste functionality! |
Kích Thước Tệp | 36.37 KB |
Số Lần Cài Đặt | 2,494 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2016-04-23 |
Ngày Phát Hành | 2016-04-22 |
Đánh Giá | 4.23/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | ✰✰✰✰✰✰ |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.6", "manifest_version": 2, "background": { "scripts": [ "js\/utils.js", "js\/eventPage.js" ], "persistent": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "images\/icon128.png", "default_title": "Check IP", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |