ShowIp
Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.
Apa itu ShowIp?
ShowIp adalah ekstensi Chrome yang dikembangkan oleh https://opensource.teqneers.com, dan fitur utamanya adalah "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShowIp
Unduh file ekstensi ShowIp 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
This extension works with Google Chrome 18 (beta) or higher.
Informasi Dasar Ekstensi
Nama | ShowIp |
ID | agoljmemkbciolpigpabjfkagboolkcj |
URL Resmi | https://chromewebstore.google.com/detail/showip/agoljmemkbciolpigpabjfkagboolkcj |
Deskripsi | Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server. |
Ukuran File | 54.38 KB |
Jumlah Instalasi | 23,164 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-05-19 |
Tanggal Publikasi | 2012-05-19 |
Penilaian | 3.50/5 Total 80 Penilaian |
Pengembang | https://opensource.teqneers.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://opensource.teqneers.com/showip.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowIp", "minimum_chrome_version": "18", "version": "1.0", "description": "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.", "icons": { "16": "icons\/icon_016.png", "48": "icons\/icon_048.png", "128": "icons\/icon_128.png" }, "permissions": [ "webRequest", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "ip.css" ], "js": [ "jquery-1.7.1.min.js", "ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "manifest_version": 2 } |