show-my-ip
View your IP address
什麼是show-my-ip?
show-my-ip是由http://twin.sh開發的Chrome擴展程式,該擴展的主要功能是“View your IP address”。
擴展截圖
下載show-my-ip擴展crx文件
下載show-my-ip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Add-on allows you to view your browser without having to navigate to sites like https://www.whatismyip.com/ This extension is also open source, and you can see it at the following address: https://github.com/TwiN/show-my-ip This add-on does not save any of your information, however, since it's not possible to directly access your public IP address without a 3rd party server, it does require access to the following URL: https://twin.sh/api/v1/ip In case that API goes down, a call will be made to the fallback API: http://ip-api.com/line?fields=query
擴展基本資訊
名稱 | |
ID | njjhkglmjpklhkfchpjdjjnfjjmeghho |
官方網址 | https://chrome.google.com/webstore/detail/show-my-ip/njjhkglmjpklhkfchpjdjjnfjjmeghho |
簡介 | View your IP address |
檔案大小 | 13.25 KB |
安裝次數 | 278 |
目前版本 | 1.6 |
更新時間 | 2021-11-02 |
上架時間 | 2019-11-29 |
開發者 | http://twin.sh |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "show-my-ip", "description": "View your IP address", "version": "1.6", "homepage_url": "https:\/\/github.com\/TwinProduction\/show-my-ip", "manifest_version": 2, "author": "TwinProduction", "icons": { "16": "data\/icon-16.png", "32": "data\/icon-32.png", "64": "data\/icon-64.png", "128": "data\/icon-128.png" }, "browser_action": { "default_title": "Display your IP address", "default_popup": "data\/index.html", "default_icon": { "16": "data\/icon-16.png", "32": "data\/icon-32.png", "64": "data\/icon-64.png", "128": "data\/icon-128.png" } }, "permissions": [ "https:\/\/twin.sh\/api\/v1\/ip", "http:\/\/ip-api.com\/line?fields=query", "webRequest", "clipboardWrite" ] } |