Website Speed Testing LoadFocus.com
Free Website Speed Testing extension for creating and running free page load tests
Что такое Website Speed Testing LoadFocus.com?
Website Speed Testing LoadFocus.com - это расширение Chrome, разработанное https://loadfocus.com, и его основная функция - "Free Website Speed Testing extension for creating and running free page load tests".
Снимки экрана расширения
Скачать файл CRX расширения Website Speed Testing LoadFocus.com
Скачайте файлы расширений Website Speed Testing LoadFocus.com в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Is your website slow? Test page load time and check performance with Website Speed Tests from LoadFocus.com Run website speed tests and see what’s slowing down your website for your users. Monitor changes over time for each page and get advice on how to reduce page load times. Easy to use tool for webmasters and web developers to optimise the performance of your websites.
Основная информация о расширении
Название | |
ID | jcfdoikjpbbgddoimogcllfjnbflkpon |
Официальный URL | https://chrome.google.com/webstore/detail/website-speed-testing-loa/jcfdoikjpbbgddoimogcllfjnbflkpon |
Описание | Free Website Speed Testing extension for creating and running free page load tests |
Размер файла | 126 KB |
Количество установок | 187 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2019-03-20 |
Дата публикации | 2019-03-20 |
Рейтинг | 2.60/5 Всего 5 оценок |
Разработчик | https://loadfocus.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://loadfocus.com |
URL страницы политики конфиденциальности | https://loadfocus.com/privacy |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Website Speed Testing LoadFocus.com", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Website Speed Testing in the Cloud from LoadFocus.com" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/jquery-2.1.4.min.js", "js\/jquery.tablesorter.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Free Website Speed Testing extension for creating and running free page load tests", "homepage_url": "https:\/\/loadfocus.com", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "name": "Website Speed Testing LoadFocus.com", "permissions": [ "storage", "activeTab", "webNavigation", " |