View My IP
This extension shows you your current IP and geo-location information fast and conveniently
Apa itu View My IP?
View My IP adalah ekstensi Chrome yang dikembangkan oleh http://vmyip.com, dan fitur utamanya adalah "This extension shows you your current IP and geo-location information fast and conveniently".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi View My IP
Unduh file ekstensi View My IP 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 help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.
Informasi Dasar Ekstensi
Nama | |
ID | mgjbnpghbpameejpejjehncamlookcco |
URL Resmi | https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco |
Deskripsi | This extension shows you your current IP and geo-location information fast and conveniently |
Ukuran File | 10.28 KB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2015-07-23 |
Tanggal Publikasi | 2015-07-23 |
Penilaian | 1.50/5 Total 2 Penilaian |
Pengembang | http://vmyip.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View My IP", "short_name": "VmyIP", "description": "This extension shows you your current IP and geo-location information fast and conveniently", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "View My IP Information" }, "permissions": [ "webRequest", "https:\/\/vmyip.com\/" ] } |