Tomi Performance Monitor
View the performance of websites you visit without having to keep the dev tools open.
Τι είναι το Tomi Performance Monitor;
Το Tomi Performance Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "View the performance of websites you visit without having to keep the dev tools open.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tomi Performance Monitor
Λήψη αρχείων επέκτασης Tomi Performance Monitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tomi Performance Monitor |
ID | addfficcbfpbfpmmcnibgkphkhahjpji |
Επίσημο URL | https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji |
Περιγραφή | View the performance of websites you visit without having to keep the dev tools open. |
Μέγεθος Αρχείου | 19.57 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2015-06-13 |
Ημερομηνία Δημοσίευσης | 2015-06-13 |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |