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" ] } ] } |