Speedster Plugin
This extension will analyze a page using GTmetrix
Cos'è Speedster Plugin?
Speedster Plugin è un'estensione di Chrome sviluppata da Harsh Sikka, e la sua funzione principale è "This extension will analyze a page using GTmetrix".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Speedster Plugin
Scarica i file di estensione Speedster Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Speedster Plugin |
ID | cdeahcokgfofhgnnfejgbgpdbmeecfok |
URL Ufficiale | https://chromewebstore.google.com/detail/speedster-plugin/cdeahcokgfofhgnnfejgbgpdbmeecfok |
Descrizione | This extension will analyze a page using GTmetrix |
Dimensione del File | 4.63 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-05-17 |
Data di Pubblicazione | 2016-05-16 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | Harsh Sikka |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |