Tomi Performance Monitor
View the performance of websites you visit without having to keep the dev tools open.
Apa itu Tomi Performance Monitor?
Tomi Performance Monitor adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "View the performance of websites you visit without having to keep the dev tools open.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tomi Performance Monitor
Unduh file ekstensi Tomi Performance Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Tomi Performance Monitor |
ID | addfficcbfpbfpmmcnibgkphkhahjpji |
URL Resmi | https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji |
Deskripsi | View the performance of websites you visit without having to keep the dev tools open. |
Ukuran File | 19.57 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2015-06-13 |
Tanggal Publikasi | 2015-06-13 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |