JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

¿Qué es JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize es una extensión de Chrome desarrollada por gabriel.delepine, y su función principal es "Display the usedJSHeapSize of the current tab".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión JS RAM memory consumption : usedJSHeapSize

Descarga archivos de extensión JS RAM memory consumption : usedJSHeapSize en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
URL Oficial https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Descripción Display the usedJSHeapSize of the current tab
Tamaño del Archivo 176 KB
Cantidad de Instalaciones 510
Versión Actual 0.1.3
Última Actualización 2016-11-14
Fecha de Publicación 2016-11-14
Calificación 4.29/5 Total de 7 Calificaciones
Desarrollador gabriel.delepine
Tipo de Pago free
Sitio Web de la Extensión https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
URL de la Página de Ayuda https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Idiomas Soportados 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
}