JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

What is JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize is a Chrome extension developed by gabriel.delepine, and its main feature is "Display the usedJSHeapSize of the current tab".

Extension Screenshots

screenshot

Download JS RAM memory consumption : usedJSHeapSize Extension CRX File

Download JS RAM memory consumption : usedJSHeapSize 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

                        Display the memory consumption of the JS head size of the current tab.

Optional : start Chrome with --enable-precise-memory-info, otherwise the results from performance.memory are bucketed and less useful.                    

Extension Basic Information

Name JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
Official URL https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Description Display the usedJSHeapSize of the current tab
File Size 176 KB
Installation Count 510
Current Version 0.1.3
Last Updated 2016-11-14
Publish Date 2016-11-14
Rating 4.29/5 Total 7 Ratings
Developer gabriel.delepine
Payment Type free
Extension Website https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
Help Page URL https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS RAM memory consumption : usedJSHeapSize",
    "description": "Display the usedJSHeapSize of the current tab",
    "version": "0.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/default.png",
        "name": "Click to output info in console"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2
}