IP Address of the website
Get IP address of the website
Co to jest IP Address of the website?
IP Address of the website to rozszerzenie Chrome opracowane przez https://thebyteseffect.com, a jego główną funkcją jest „Get IP address of the website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IP Address of the website
Pobierz pliki rozszerzeń IP Address of the website w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
Oficjalny URL | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
Opis | Get IP address of the website |
Rozmiar pliku | 83.88 KB |
Liczba instalacji | 166 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2021-01-20 |
Data Publikacji | 2020-05-27 |
Deweloper | https://thebyteseffect.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |