GTmetrix Analyzer Plugin

This extension will analyze a page using GTmetrix

O que é GTmetrix Analyzer Plugin?

GTmetrix Analyzer Plugin é uma extensão do Chrome desenvolvida por dhruvdholakia, e sua principal característica é "This extension will analyze a page using GTmetrix".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GTmetrix Analyzer Plugin

Baixe arquivos de extensão GTmetrix Analyzer Plugin 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

                        Now, it's simple to check Metrics of the current website by the click of a single button on your chrome.
The extension is directly integrated with GTMetrix website and gives you details of your current website on current tab.
This extension helps you to be as Lazy as possible.                    

Informações Básicas da Extensão

Nome GTmetrix Analyzer Plugin GTmetrix Analyzer Plugin
ID ileaeefphpfcplegpkbmfgfhifcnekgn
URL Oficial https://chrome.google.com/webstore/detail/gtmetrix-analyzer-plugin/ileaeefphpfcplegpkbmfgfhifcnekgn
Descrição This extension will analyze a page using GTmetrix
Tamanho do Arquivo 12.37 KB
Contagem de Instalações 199
Versão Atual 1.0
Última Atualização 2017-02-21
Data de Publicação 2017-02-20
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor dhruvdholakia
Tipo de Pagamento free
Site da Extensão http://togglebytes.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTmetrix Analyzer Plugin",
    "description": "This extension will analyze a page using GTmetrix",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}