JS RAM memory consumption : usedJSHeapSize

Display the usedJSHeapSize of the current tab

什么是JS RAM memory consumption : usedJSHeapSize?

JS RAM memory consumption : usedJSHeapSize是由gabriel.delepine开发的Chrome扩展程序,该扩展的主要功能是“Display the usedJSHeapSize of the current tab”。

扩展截图

screenshot

下载JS RAM memory consumption : usedJSHeapSize扩展crx文件

下载JS RAM memory consumption : usedJSHeapSize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 JS RAM memory consumption : usedJSHeapSize JS RAM memory consumption : usedJSHeapSize
ID olnjnghiiigbjdjfnngpmjaghcgpmjkl
官方URL https://chromewebstore.google.com/detail/js-ram-memory-consumption/olnjnghiiigbjdjfnngpmjaghcgpmjkl
简介 Display the usedJSHeapSize of the current tab
文件大小 176 KB
安装次数 510
当前版本 0.1.3
更新时间 2016-11-14
上架时间 2016-11-14
评分 4.29/5 共7次评分
开发者 gabriel.delepine
付费类型 free
扩展官网 https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/blob/master/README.md
帮助页面URL https://github.com/GabrielDelepine/chrome-tabs-memory-consumption/issues
支持的语言 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
}