IP Address of the website
Get IP address of the website
Apa itu IP Address of the website?
IP Address of the website adalah ekstensi Chrome yang dikembangkan oleh https://thebyteseffect.com, dan fitur utamanya adalah "Get IP address of the website".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IP Address of the website
Unduh file ekstensi IP Address of the website dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
URL Resmi | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
Deskripsi | Get IP address of the website |
Ukuran File | 83.88 KB |
Jumlah Instalasi | 166 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2021-01-20 |
Tanggal Publikasi | 2020-05-27 |
Pengembang | https://thebyteseffect.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |