WebPageTest
This extension launches WebPageTest for the current page
What is WebPageTest?
WebPageTest is a Chrome extension developed by WebPageTest, and its main feature is "This extension launches WebPageTest for the current page".
Extension Screenshots
Download WebPageTest Extension CRX File
Download WebPageTest extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension launches WebPageTest tool on a current URL loaded in the browser. Test your websites faster with one click.
Extension Basic Information
Name | WebPageTest |
ID | jhbepelanbbipbinkkjcadbjjinjmiec |
Official URL | https://chromewebstore.google.com/detail/webpagetest/jhbepelanbbipbinkkjcadbjjinjmiec |
Description | This extension launches WebPageTest for the current page |
File Size | 27.61 KB |
Installation Count | 4,051 |
Current Version | 1.0 |
Last Updated | 2016-02-08 |
Publish Date | 2016-02-08 |
Rating | 5.00/5 Total 4 Ratings |
Developer | WebPageTest |
[email protected] | |
Payment Type | free |
Extension Website | http://www.webpagetest.org/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebPageTest", "description": "This extension launches WebPageTest for the current page", "version": "1.0", "icons": { "16": "wpt16.png", "48": "wpt48.png", "128": "wpt128.png" }, "browser_action": { "default_icon": "wpt48.png", "default_title": "Test performance" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage" ], "options_ui": { "chrome_style": true, "page": "options.html" } } |