Webpage Speed Test Tool
Find out load speed of your website
Co to jest Webpage Speed Test Tool?
Webpage Speed Test Tool to rozszerzenie Chrome opracowane przez https://small-seo-tools.zuumsoft.com, a jego główną funkcją jest „Find out load speed of your website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Webpage Speed Test Tool
Pobierz pliki rozszerzeń Webpage Speed Test Tool 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
Today search engines take website speed as ranking factor so keeping site load times as low as possible can affect website rankings. How to use this tool? 1- Click extension icon. 2- This will open online tool's page. 3- Enter website address.
Podstawowe informacje o rozszerzeniu
Nazwa | Webpage Speed Test Tool |
ID | oiodkfkgcmaelpigncmndolalddkdjna |
Oficjalny URL | https://chromewebstore.google.com/detail/webpage-speed-test-tool/oiodkfkgcmaelpigncmndolalddkdjna |
Opis | Find out load speed of your website |
Rozmiar pliku | 25.82 KB |
Liczba instalacji | 1,599 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-07-21 |
Data Publikacji | 2020-07-21 |
Deweloper | https://small-seo-tools.zuumsoft.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://small-seo-tools.zuumsoft.com/tool/webpage-speed-test-tool/ |
Adres URL Strony Polityki Prywatności | https://small-seo-tools.zuumsoft.com/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webpage Speed Test Tool", "default_locale": "en", "description": "Find out load speed of your website", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |