Tab Resource Monitor for Google Chrome
Tab Resource Monitor enables you see all resource consumed of each Tab.
What is Tab Resource Monitor for Google Chrome?
Tab Resource Monitor for Google Chrome is a Chrome extension developed by universeroc, and its main feature is "Tab Resource Monitor enables you see all resource consumed of each Tab.".
Extension Screenshots
Download Tab Resource Monitor for Google Chrome Extension CRX File
Download Tab Resource Monitor for Google Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
open source under MIT https://github.com/universeroc/TRM
Extension Basic Information
Name | |
ID | mcohpemmjfencgkfbofmkfeppefpnbel |
Official URL | https://chrome.google.com/webstore/detail/tab-resource-monitor-for/mcohpemmjfencgkfbofmkfeppefpnbel |
Description | Tab Resource Monitor enables you see all resource consumed of each Tab. |
File Size | 41.73 KB |
Installation Count | 345 |
Current Version | 0.0.0.1 |
Last Updated | 2017-11-02 |
Publish Date | 2017-11-02 |
Rating | 4.00/5 Total 1 Ratings |
Developer | universeroc |
[email protected] | |
Payment Type | free |
Supported Languages | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "name": "__MSG_appName__", "short_name": "TRM", "description": "__MSG_appDesc__", "default_locale": "en", "browser_action": { "default_icon": { "19": "assets\/icon\/icon-19.png", "38": "assets\/icon\/icon-38.png" }, "default_popup": "popup.html" }, "icons": { "128": "assets\/icon\/icon-32.png", "32": "assets\/icon\/icon-32.png", "48": "assets\/icon\/icon-32.png", "16": "assets\/icon\/icon-32.png" }, "version": "0.0.0.1", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "assets\/js\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |