Tomi Performance Monitor
View the performance of websites you visit without having to keep the dev tools open.
Was ist Tomi Performance Monitor?
Tomi Performance Monitor ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "View the performance of websites you visit without having to keep the dev tools open.".
Erweiterungsscreenshots
Tomi Performance Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tomi Performance Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | addfficcbfpbfpmmcnibgkphkhahjpji |
| Offizielle URL | https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji |
| Beschreibung | View the performance of websites you visit without having to keep the dev tools open. |
| Dateigröße | 19.57 KB |
| Installationsanzahl | 29 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2015-06-13 |
| Veröffentlichungsdatum | 2015-06-13 |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |