What is my IP address?
What is my IP address?
什麼是What is my IP address??
What is my IP address?是由OpenAdminTools.com開發的Chrome擴展程式,該擴展的主要功能是“What is my IP address?”。
擴展截圖
下載What is my IP address?擴展crx文件
下載What is my IP address?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Detect the current public IP address, and display below details: - IP Address - IP whois information - Country Code - Country - City - Latitude: - Longitude:
擴展基本資訊
名稱 | What is my IP address? |
ID | floedkhigbndbnimpflddnlefhopmfhc |
官方網址 | https://chromewebstore.google.com/detail/what-is-my-ip-address/floedkhigbndbnimpflddnlefhopmfhc |
簡介 | What is my IP address? |
檔案大小 | 275 KB |
安裝次數 | 3,840 |
目前版本 | 2.0.0 |
更新時間 | 2019-07-04 |
上架時間 | 2019-07-03 |
評分 | 4.51/5 共 202 次評分 |
開發者 | OpenAdminTools.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.openadmintools.com |
說明頁面URL | https://ip.openadmintools.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "manifest_version": 2, "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "What is my IP address?", "default_popup": "popup.html" }, "description": "What is my IP address?", "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" }, "web_accessible_resources": [ "frame-ip.html", "jsr\/frame-ip.js" ], "name": "What is my IP address?", "permissions": [ "*:\/\/*\/*" ] } |