Tomi Performance Monitor
View the performance of websites you visit without having to keep the dev tools open.
Vad är Tomi Performance Monitor?
Tomi Performance Monitor är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "View the performance of websites you visit without having to keep the dev tools open.".
Tilläggsskärmbilder
Ladda ner Tomi Performance Monitor-förlängningens CRX-fil
Ladda ner Tomi Performance Monitor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | addfficcbfpbfpmmcnibgkphkhahjpji |
| Officiell webbadress | https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji |
| Beskrivning | View the performance of websites you visit without having to keep the dev tools open. |
| Filstorlek | 19.57 KB |
| Antal Installationer | 29 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2015-06-13 |
| Publiceringsdatum | 2015-06-13 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |