Tomi Performance Monitor
View the performance of websites you visit without having to keep the dev tools open.
What is Tomi Performance Monitor?
Tomi Performance Monitor is a Chrome extension developed by Unknown, and its main feature is "View the performance of websites you visit without having to keep the dev tools open.".
Extension Screenshots
Download Tomi Performance Monitor Extension CRX File
Download Tomi Performance Monitor 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
View the performance of websites you visit without having to keep the developer tools open. This extension display performance metrics in a simple, clean and small overlay at the bottom of the screen.
Extension Basic Information
Name | Tomi Performance Monitor |
ID | addfficcbfpbfpmmcnibgkphkhahjpji |
Official URL | https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji |
Description | View the performance of websites you visit without having to keep the dev tools open. |
File Size | 19.57 KB |
Installation Count | 29 |
Current Version | 0.1.0 |
Last Updated | 2015-06-13 |
Publish Date | 2015-06-13 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tomi Performance Monitor", "short_name": "Tomi PerfMon", "description": "View the performance of websites you visit without having to keep the dev tools open.", "version": "0.1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "performance_monitoring.js", "application.js" ], "css": [ "main.css" ] } ] } |