Get IP Address
Get IP address quickly
Get IP Address là gì?
Get IP Address là một tiện ích mở rộng Chrome được phát triển bởi http://devehab.com, và tính năng chính của nó là "Get IP address quickly".
Ả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 Get IP Address
Tải xuống các tệp mở rộng Get 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
IP address of is changing all the time to find out the IP address may need time the benefit is to get IP quickly. Features - Notification in the event of an IP address change - Speed in the performance - Interface pretty simple - Copy Address IP by clicking one - Get more info address IP Info IP - Country - City - Location - Network - Hostname
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bcnbleifiomjknjdchippelemnfppjio |
URL Chính Thức | https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio |
Mô tả | Get IP address quickly |
Kích Thước Tệp | 128 KB |
Số Lần Cài Đặt | 865 |
Phiên Bản Hiện Tại | 1.1.8 |
Cập Nhật Lần Cuối | 2016-04-30 |
Ngày Phát Hành | 2016-04-30 |
Đánh Giá | 4.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://devehab.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://getip.devehab.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get IP Address", "version": "1.1.8", "manifest_version": 2, "description": "Get IP address quickly", "short_name": "Get IP", "options_page": "OptionsPage.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Git IP Address", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/api.ipify.org; object-src 'self' ", "permissions": [ "https:\/\/*\/*", "http:\/\/*.ipify.org\/", "tabs", "notifications", "storage" ], "icons": { "128": "icon.png" }, "homepage_url": "http:\/\/getip.devehab.com", "author": "Ehab Kahwati" } |