IP Address of the website
Get IP address of the website
什麼是IP Address of the website?
IP Address of the website是由https://thebyteseffect.com開發的Chrome擴展程式,該擴展的主要功能是“Get IP address of the website”。
擴展截圖
下載IP Address of the website擴展crx文件
下載IP Address of the website擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Find IP address of the website you need. Just click in the extension it will get you the current website ip address. This extension's source code is available here https://github.com/tonystark-93/website-ipAddress. Its MIT licensed. This extension doesn't communicate with external servers to serve the IP address of the websites rather it use chrome api's to get the IP address.
擴展基本資訊
名稱 | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
官方網址 | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
簡介 | Get IP address of the website |
檔案大小 | 83.88 KB |
安裝次數 | 166 |
目前版本 | 1.0.3 |
更新時間 | 2021-01-20 |
上架時間 | 2020-05-27 |
開發者 | https://thebyteseffect.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "name": "IP Address of the website", "description": "Get IP address of the website", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Get IP address of the website", "default_popup": "popup.html", "default_icon": { "48": "2.png" } }, "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "activeTab" ], "manifest_version": 2 } |