Check IP

Shows your IP address with some additional Information and adds easy copy and paste functionality!

O que é Check IP?

Check IP é uma extensão do Chrome desenvolvida por ✰✰✰✰✰✰, e sua principal característica é "Shows your IP address with some additional Information and adds easy copy and paste functionality!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Check IP

Baixe arquivos de extensão Check IP no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Check IP shows your IP-Address information simply with a click of a button.

best Features
  - shows country and DNS details
  - copies your IP adress to clipboard automatically or with a simple click
  - paste your IP via the rightclick context menu
  - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal or MyIP

Privacy is important for me.
I don't save or store any IP or other data.                    

Informações Básicas da Extensão

Nome Check IP Check IP
ID obcihajiaphehdfilcjnhaebjdpnppnc
URL Oficial https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
Descrição Shows your IP address with some additional Information and adds easy copy and paste functionality!
Tamanho do Arquivo 36.37 KB
Contagem de Instalações 2,494
Versão Atual 1.6
Última Atualização 2016-04-23
Data de Publicação 2016-04-22
Classificação 4.23/5 Total de 13 Avaliações
Desenvolvedor ✰✰✰✰✰✰
Tipo de Pagamento free
Site da Extensão https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
Idiomas Suportados de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Check IP",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}