GTmetrix Analyzer Plugin
This extension will analyze a page using GTmetrix
Co to jest GTmetrix Analyzer Plugin?
GTmetrix Analyzer Plugin to rozszerzenie Chrome opracowane przez dcannon1998, a jego główną funkcją jest „This extension will analyze a page using GTmetrix”.
Pobierz plik CRX rozszerzenia GTmetrix Analyzer Plugin
Pobierz pliki rozszerzeń GTmetrix Analyzer Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The GTmetrix Analyzer Plugin allows you to measure your ping with the current site you're on so, for example, if the site is taking an excessive amount of time to load you can use this to see if it's your connection that is the problem
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | abacfkkedifakkocbillijlcfhfblgci |
Oficjalny URL | https://chrome.google.com/webstore/detail/gtmetrix-analyzer-plugin/abacfkkedifakkocbillijlcfhfblgci |
Opis | This extension will analyze a page using GTmetrix |
Rozmiar pliku | 4.78 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-03-03 |
Data Publikacji | 2016-02-23 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | dcannon1998 |
Typ Płatności | free |
Obsługiwane Języki | en-US |
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" ] } |