IP from Omnibox

To copy your IP address, type copyip into the omnibox, then press tab and enter.

Τι είναι το IP from Omnibox;

Το IP from Omnibox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://site.simonandrewbrown.co.uk, και η κύρια λειτουργία του είναι "To copy your IP address, type copyip into the omnibox, then press tab and enter.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης IP from Omnibox

Λήψη αρχείων επέκτασης IP from Omnibox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IP from Omnibox IP from Omnibox
ID nicknolophljefoicidblbeicplfonan
Επίσημο URL https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan
Περιγραφή To copy your IP address, type copyip into the omnibox, then press tab and enter.
Μέγεθος Αρχείου 34.77 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2012-11-05
Ημερομηνία Δημοσίευσης 2012-11-05
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://site.simonandrewbrown.co.uk
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.isimonbrown.co.uk/contact/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.isimonbrown.co.uk/contact/
Υποστηριζόμενες Γλώσσες 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"
}