JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

Qu'est-ce que JS RAM memory consumption : usedJSHeapSize ?

JS RAM memory consumption : usedJSHeapSize est une extension Chrome développée par gabriel.delepine, et sa fonction principale est "Display the usedJSHeapSize of the current tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JS RAM memory consumption : usedJSHeapSize

Téléchargez les fichiers d'extension JS RAM memory consumption : usedJSHeapSize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
URL Officiel https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
Description Display the usedJSHeapSize of the current tab
Taille du Fichier 176 KB
Nombre d'Installations 510
Version Actuelle 0.1.3
Dernière Mise à Jour 2016-11-14
Date de Publication 2016-11-14
Évaluation 4.29/5 Total 7 Évaluations
Développeur gabriel.delepine
Type de Paiement free
Site Web de l'Extension https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
URL de la Page d'Aide https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
Langues Prises en Charge 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
}