RackVM Argentina - IP Address
Your public IP address, with just one click.
RackVM Argentina - IP Address là gì?
RackVM Argentina - IP Address là một tiện ích mở rộng Chrome được phát triển bởi https://www.rackvm.com.ar, và tính năng chính của nó là "Your public IP address, with just one click.".
Ả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 RackVM Argentina - IP Address
Tải xuống các tệp mở rộng RackVM Argentina - IP Address 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
This extension has a very basic but useful mean, you will have your public IP address in just one click, indeed without click you'll see it in icon tooltip. The IP Address is displayed in a input box so copy will be very easy! We'll keep it updated, if you like more utility extensions please leave your comment. RackVM Argentina, Nicolás Genen
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RackVM Argentina - IP Address |
ID | kflenddfnalfbplnfmifihimelnbcdcb |
URL Chính Thức | https://chromewebstore.google.com/detail/rackvm-argentina-ip-addre/kflenddfnalfbplnfmifihimelnbcdcb |
Mô tả | Your public IP address, with just one click. |
Kích Thước Tệp | 6.92 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2012-11-13 |
Ngày Phát Hành | 2012-11-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.rackvm.com.ar |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.rackvm.com.ar |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "RackVM Argentina - IP Address", "version": "2.1", "manifest_version": 2, "description": "Your public IP address, with just one click.", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "ipext.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/ip.rackvm.com.ar\/" ] } |