Tomi Performance Monitor
View the performance of websites you visit without having to keep the dev tools open.
¿Qué es Tomi Performance Monitor?
Tomi Performance Monitor es una extensión de Chrome desarrollada por Unknown, y su función principal es "View the performance of websites you visit without having to keep the dev tools open.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tomi Performance Monitor
Descarga archivos de extensión Tomi Performance Monitor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Tomi Performance Monitor |
ID | addfficcbfpbfpmmcnibgkphkhahjpji |
URL Oficial | https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji |
Descripción | View the performance of websites you visit without having to keep the dev tools open. |
Tamaño del Archivo | 19.57 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 0.1.0 |
Última Actualización | 2015-06-13 |
Fecha de Publicación | 2015-06-13 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |