Internet Connection Test
Test Your Internet Connection With The Click Of A Button.
O que é Internet Connection Test?
Internet Connection Test é uma extensão do Chrome desenvolvida por yonih2001, e sua principal característica é "Test Your Internet Connection With The Click Of A Button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Internet Connection Test
Baixe arquivos de extensão Internet Connection Test 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
Informações Básicas da Extensão
| Nome | |
| ID | fmepifkgaekgehkleihncpbpiaflmipc |
| URL Oficial | https://chrome.google.com/webstore/detail/internet-connection-test/fmepifkgaekgehkleihncpbpiaflmipc |
| Descrição | Test Your Internet Connection With The Click Of A Button. |
| Tamanho do Arquivo | 1.8 MB |
| Contagem de Instalações | 990 |
| Versão Atual | 0.0.1 |
| Última Atualização | 2015-05-24 |
| Data de Publicação | 2015-05-24 |
| Desenvolvedor | yonih2001 |
| Tipo de Pagamento | free |
| Idiomas Suportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Internet Connection Test",
"version": "0.0.1",
"manifest_version": 2,
"description": "Test Your Internet Connection With The Click Of A Button.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"webRequest",
"tabs"
],
"browser_action": {
"default_icon": "icons\/icon48.png",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
} | |