Reveal your IP-address and copy to clipboard
Reveals your IP address
Apa itu Reveal your IP-address and copy to clipboard?
Reveal your IP-address and copy to clipboard adalah ekstensi Chrome yang dikembangkan oleh http://www.myce.com, dan fitur utamanya adalah "Reveals your IP address".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reveal your IP-address and copy to clipboard
Unduh file ekstensi Reveal your IP-address and copy to clipboard 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
The prettiest and best IP revealing Chrome extension, now available for free. Adds a button to Chrome which allows you to easily access your IP address. - Reveals your IP address - Displays your ISP, country - Shows your location on a map - Button to easily copy your IP address to the clipboard
Informasi Dasar Ekstensi
Nama | |
ID | dfnafdpfhoiohhjcjmbhgnfclolndcga |
URL Resmi | https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga |
Deskripsi | Reveals your IP address |
Ukuran File | 53.93 KB |
Jumlah Instalasi | 399 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-02-04 |
Tanggal Publikasi | 2014-02-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://www.myce.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reveal your IP-address and copy to clipboard", "short_name": "What's my IP address", "permissions": [ "http:\/\/ip-api.com\/", "clipboardWrite", "clipboardRead" ], "version": "1.1", "manifest_version": 2, "author": "Philaeum Internet", "description": "Reveals your IP address", "icons": { "16": "ipaddress-16.png", "48": "ipaddress-48.png", "128": "ipaddress-128.png" }, "browser_action": { "default_icon": "ipaddress-128.png", "default_title": "Reveal IP address", "default_popup": "index.html" } } |