IP from Omnibox

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

Qu'est-ce que IP from Omnibox ?

IP from Omnibox est une extension Chrome développée par http://site.simonandrewbrown.co.uk, et sa fonction principale est "To copy your IP address, type copyip into the omnibox, then press tab and enter.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension IP from Omnibox

Téléchargez les fichiers d'extension IP from Omnibox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IP from Omnibox IP from Omnibox
ID nicknolophljefoicidblbeicplfonan
URL Officiel https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan
Description To copy your IP address, type copyip into the omnibox, then press tab and enter.
Taille du Fichier 34.77 KB
Nombre d'Installations 16
Version Actuelle 1.5
Dernière Mise à Jour 2012-11-05
Date de Publication 2012-11-05
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://site.simonandrewbrown.co.uk
Type de Paiement free
Site Web de l'Extension http://www.isimonbrown.co.uk/contact/
URL de la Page d'Aide http://www.isimonbrown.co.uk/contact/
Langues Prises en Charge 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"
}