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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | olnjnghiiigbjdjfnngpmjaghcgpmjkl |
| 官方網址 | 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
} | |