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
}