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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |