The IP
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
O que é The IP?
The IP é uma extensão do Chrome desenvolvida por http://atool.vip, e sua principal característica é "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The IP
Baixe arquivos de extensão The 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
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. Also, you can switch off the plugin just by CLICK the logo of it. The plugin release the memory cache after use it, so very very low memory usage.
Informações Básicas da Extensão
Nome | |
ID | ehaiielehjkjaofolpmdmcjgffbeicck |
URL Oficial | https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck |
Descrição | A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. |
Tamanho do Arquivo | 23.15 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.1.0 |
Última Atualização | 2018-07-09 |
Data de Publicação | 2018-07-09 |
Classificação | 4.60/5 Total de 20 Avaliações |
Desenvolvedor | http://atool.vip |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/hustcc |
URL da Página de Política de Privacidade | https://atool.vip |
Idiomas Suportados | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/res\/js\/ajax.js", "\/res\/js\/background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "\/res\/css\/contents\/ip.css" ], "js": [ "\/res\/js\/contents\/ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "default_locale": "zh_CN", "description": "__MSG_extDesp__", "name": "__MSG_extName__", "icons": { "128": "\/res\/icon\/icon.png", "64": "\/res\/icon\/icon.png", "32": "\/res\/icon\/icon.png", "16": "\/res\/icon\/icon.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "19": "res\/icon\/icon.png", "38": "res\/icon\/icon.png" } }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "storage" ], "version": "1.1.0" } |