Speedster Plugin
This extension will analyze a page using GTmetrix
O que é Speedster Plugin?
Speedster Plugin é uma extensão do Chrome desenvolvida por Harsh Sikka, e sua principal característica é "This extension will analyze a page using GTmetrix".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Speedster Plugin
Baixe arquivos de extensão Speedster 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
You want to keep your sites loading fast, so your users don't get bored. But how do you check, quickly? That is precisely what Speedster does for you. Using GTmetrix's awesome speed clocking service, you can instantly see how fast your site is loading based on a variety of metrix. Follow through to the GTmetrix main site from the extension, and you can get tips and tricks for how to optimize it! Thanks for downloading, and if you do enjoy it please drop a rating! Also, let me know about any possible improvements or other feedback you may have. More cool stuff on the way!
Informações Básicas da Extensão
Nome | Speedster Plugin |
ID | cdeahcokgfofhgnnfejgbgpdbmeecfok |
URL Oficial | https://chromewebstore.google.com/detail/speedster-plugin/cdeahcokgfofhgnnfejgbgpdbmeecfok |
Descrição | This extension will analyze a page using GTmetrix |
Tamanho do Arquivo | 4.63 KB |
Contagem de Instalações | 67 |
Versão Atual | 1.0 |
Última Atualização | 2016-05-17 |
Data de Publicação | 2016-05-16 |
Classificação | 4.43/5 Total de 7 Avaliações |
Desenvolvedor | Harsh Sikka |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speedster Plugin", "description": "This extension will analyze a page using GTmetrix", "version": "1.0", "browser_action": { "default_icon": "SpeedsterIcon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |