Check my public and private IP addresses
Check out the personal and public IP addresses of the client
什麼是Check my public and private IP addresses?
Check my public and private IP addresses是由Marin Marinov開發的Chrome擴展程式,該擴展的主要功能是“Check out the personal and public IP addresses of the client”。
擴展截圖
下載Check my public and private IP addresses擴展crx文件
下載Check my public and private IP addresses擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The fastest way to check out your public and private IP addresses. Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address. * Private IP address is the IP address of your device, using it in your local network. * Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.
擴展基本資訊
名稱 | |
ID | nmhkffmkjbepohgmonlkfoifdbncbgbl |
官方網址 | https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl |
簡介 | Check out the personal and public IP addresses of the client |
檔案大小 | 23.3 KB |
安裝次數 | 589 |
目前版本 | 1.2.0 |
更新時間 | 2016-08-29 |
上架時間 | 2016-08-29 |
評分 | 4.41/5 共 22 次評分 |
開發者 | Marin Marinov |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my public and private IP addresses", "short_name": "Check my IPs", "description": "Check out the personal and public IP addresses of the client", "version": "1.2.0", "browser_action": { "default_icon": "img\/Check-my-IPs-128.png", "default_popup": "popup.html", "default_title": "Check out my IP addresses" }, "author": "Marin Marinov", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |