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 |
公式URL | 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 |
Eメール | [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 } |