JS RAM memory consumption : usedJSHeapSize
Display the usedJSHeapSize of the current tab
Что такое JS RAM memory consumption : usedJSHeapSize?
JS RAM memory consumption : usedJSHeapSize - это расширение Chrome, разработанное gabriel.delepine, и его основная функция - "Display the usedJSHeapSize of the current tab".
Снимки экрана расширения
Скачать файл CRX расширения JS RAM memory consumption : usedJSHeapSize
Скачайте файлы расширений 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 | 
| Официальный 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
}  |  |