Tomi Performance Monitor
View the performance of websites you visit without having to keep the dev tools open.
Tomi Performance Monitor क्या है?
Tomi Performance Monitor Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the performance of websites you visit without having to keep the dev tools open."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tomi Performance Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |