IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
Apa itu IP from Omnibox?
IP from Omnibox adalah ekstensi Chrome yang dikembangkan oleh http://site.simonandrewbrown.co.uk, dan fitur utamanya adalah "To copy your IP address, type copyip into the omnibox, then press tab and enter.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IP from Omnibox
Unduh file ekstensi IP from Omnibox 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
Copy your IP to the clipboard from the omnibox. Type "copyip", press tab, space and then enter. Similar extensions I've seen require you to click a button in the toolbar, which consumes screen space. Note that it may take a few seconds for the IP to be copied. My IP is faked in the video. The extension will give you your real IP. Privacy note: In order to obtain your IP, this extension calls a web service hosted on AppEngine using CORS over HTTPS. The data transmitted is the same data the browser sends to any web server when loading a web page.
Informasi Dasar Ekstensi
Nama | |
ID | nicknolophljefoicidblbeicplfonan |
URL Resmi | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
Deskripsi | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
Ukuran File | 34.77 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2012-11-05 |
Tanggal Publikasi | 2012-11-05 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://site.simonandrewbrown.co.uk |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.isimonbrown.co.uk/contact/ |
URL Halaman Bantuan | http://www.isimonbrown.co.uk/contact/ |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP from Omnibox", "description": "To copy your IP address, type copyip into the omnibox, then press tab and enter.", "version": "1.5", "manifest_version": 2, "background": { "page": "background.html" }, "omnibox": { "keyword": "copyip" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "clipboardWrite" ], "minimum_chrome_version": "20.0" } |