IP Map
See your IP address and the IP address of the website you are visiting on a map.
Apa itu IP Map?
IP Map adalah ekstensi Chrome yang dikembangkan oleh Tritonio, dan fitur utamanya adalah "See your IP address and the IP address of the website you are visiting on a map.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IP Map
Unduh file ekstensi IP Map 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
Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses. Thanks to http://www.geoipview.com for the geolocation service. Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)
Informasi Dasar Ekstensi
Nama | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
URL Resmi | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
Deskripsi | See your IP address and the IP address of the website you are visiting on a map. |
Ukuran File | 27.24 KB |
Jumlah Instalasi | 892 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2013-09-22 |
Tanggal Publikasi | 2013-09-22 |
Penilaian | 4.40/5 Total 10 Penilaian |
Pengembang | Tritonio |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Map", "version": "1.1.3", "manifest_version": 2, "description": "See your IP address and the IP address of the website you are visiting on a map.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "map_magnify.png", "default_popup": "index.html", "default_title": "IP Map" }, "permissions": [ "tabs" ] } |