Get IP Address
Get IP address quickly
Apa itu Get IP Address?
Get IP Address adalah ekstensi Chrome yang dikembangkan oleh http://devehab.com, dan fitur utamanya adalah "Get IP address quickly".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Get IP Address
Unduh file ekstensi Get IP Address 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
IP address of is changing all the time to find out the IP address may need time the benefit is to get IP quickly. Features - Notification in the event of an IP address change - Speed in the performance - Interface pretty simple - Copy Address IP by clicking one - Get more info address IP Info IP - Country - City - Location - Network - Hostname
Informasi Dasar Ekstensi
Nama | |
ID | bcnbleifiomjknjdchippelemnfppjio |
URL Resmi | https://chrome.google.com/webstore/detail/get-ip-address/bcnbleifiomjknjdchippelemnfppjio |
Deskripsi | Get IP address quickly |
Ukuran File | 128 KB |
Jumlah Instalasi | 865 |
Versi Saat Ini | 1.1.8 |
Terakhir Diperbarui | 2016-04-30 |
Tanggal Publikasi | 2016-04-30 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | http://devehab.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://getip.devehab.com/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get IP Address", "version": "1.1.8", "manifest_version": 2, "description": "Get IP address quickly", "short_name": "Get IP", "options_page": "OptionsPage.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Git IP Address", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/api.ipify.org; object-src 'self' ", "permissions": [ "https:\/\/*\/*", "http:\/\/*.ipify.org\/", "tabs", "notifications", "storage" ], "icons": { "128": "icon.png" }, "homepage_url": "http:\/\/getip.devehab.com", "author": "Ehab Kahwati" } |